news post help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

I noticed another goof-up :arrow:

Code: Select all

$myDate = $POST['date']; //remove this line...

print "Formatted Date → ".date(''D jS M y', strtotime($r['date'])); //change this line...
I had posted the example for POST scenario... :? OK, nevermind....
Post Reply