Re: Issue with date() function...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Well, without seeing your query (it's much more likely some will be able and willing to help you the more information you give) It appears that you aren't surrounding the date in quotes? So it is being parsed as the expression 2005 (minus) 6 (minus) 10 Instead of seeing it as the string '2005-06-10' then converting to a date.

Chris

Chase wrote:

I have a variable:
   $rec2day = date("Y-m-d");
that displays correctly when echoed to the screen, but when I write it to my DB, I get the mathmatical answer to the equasion (1989 (2005-06-10)).

What do I need to do to correct this??

TIA

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux