Quote:
Originally Posted by Chuck S the update command is in each script and it would work as long as the lines In noted are changed. For example look at edit line I posted in member.php you simply need to change the variables around that work for you. I showed the lines to show you how we store it. |
Sorry Chuck, but these informations are wrongs.
Changes you suggested doesn't work simply because you stored birthday date in db in a field "birthday" type DATE, that means that it only accept date in 0000-00-00 (yyyy-mm-dd) format - mysql standard.
So to have birthday date shown in format dd-mm-yyyy I had to work really more than what you suggested.
Sara