kamonbishop Posted April 21, 2009 Share Posted April 21, 2009 So, I'm trying to get my www.pureedit.com cms working with my website, but i just cant figure out how to make it so my name appears on the right of the header. Having it say "posted by: myname, at 7:49 AM. What do I do? Link to comment https://forums.phpfreaks.com/topic/155107-issues-with-multiple-queries/ Share on other sites More sharing options...
Maq Posted April 21, 2009 Share Posted April 21, 2009 It's impossible for us to help if you don't provide any code or helpful information. Link to comment https://forums.phpfreaks.com/topic/155107-issues-with-multiple-queries/#findComment-815908 Share on other sites More sharing options...
kamonbishop Posted April 21, 2009 Author Share Posted April 21, 2009 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" Link to comment https://forums.phpfreaks.com/topic/155107-issues-with-multiple-queries/#findComment-815915 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.