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? Quote Link to comment 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. Quote Link to comment 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" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.