Help.
Posted: Sun Sep 12, 2010 7:52 pm
I am creating blogging software, so I can be original. I want the user and the date posted at the bottom but all I get is "Posted by: $user on $date". Can someone help me?
Code: Select all
<input name="info" type="hidden" value="Posted by: <?php echo $user ?> on <?php echo $date ?>" />