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!
I have that code above being echoed out in a form field. The form is then submitted to a database and displayed on the main page. I want the date to appear ast day-month-year so 7-19-02, yet whenever I display the contents of the database in the table it says 00-00-0000. Anyone know the best way to make the date go into a database and be formatted properly?