Posted: Sun Nov 16, 2003 8:16 pm
Ah, ok.
Alrighty then. You can use getdate
http://au2.php.net/manual/en/function.getdate.php
This splits the current timestamp up into an array. You can then just grab the pieces you want and then turn them into a string that MySQL will qualify as a date. Let me know if you need more of a help.
http://au2.php.net/manual/en/function.getdate.php
This splits the current timestamp up into an array. You can then just grab the pieces you want and then turn them into a string that MySQL will qualify as a date. Let me know if you need more of a help.