CURDATE

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
michaelk46
Forum Commoner
Posts: 67
Joined: Mon Oct 12, 2009 9:50 pm

CURDATE

Post by michaelk46 »

GEtting an error when I run this script....

$date = CURDATE();

Fatal error: Call to undefined function CURDATE() in

What am I doing incorrectly?
michaelk46
Forum Commoner
Posts: 67
Joined: Mon Oct 12, 2009 9:50 pm

Re: CURDATE

Post by michaelk46 »

Nevermind... I know why this isn't working..
Post Reply