Date Stamp
Posted: Tue Dec 09, 2008 8:39 am
I have a PHP CMS that I made for the submission of news articles to a mysql database. What I would like to do is include the date the article was created. I was trying to use DATE_STAMP in my sql but it was retunring 0000-00-00 on every entry.
Is there a way I can have php grab the date and save it along with the article and include it in the displayed articles after submission is complete?
Is there a way I can have php grab the date and save it along with the article and include it in the displayed articles after submission is complete?