Jump to content

Issues with multiple queries


kamonbishop

Recommended Posts

I'm sorry, I'm not exactly sure about how to give you information.

 

			    <?php
                	$getFAQs = $Db->select(TABLE_PREFIX . "min_new");
    				while($faq = $Db->fetch_assoc($getFAQs))
                    {
                    	echo '<h2>' . $faq['title_txt'] . '</h2>';
    					echo $faq['body_txtbox'];
                    }
                ?>

 

That is my input. And what I get is posted here: http://minvera.com/index2.php

 

The output is in the second box on the left, starting with "Test"

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.