Following on the smashing success of PostgreSQL Conference West,
PostgreSQL Conference West, The PostgreSQL Conference for Developers,
End Users and Decision Makers, is being held at the Hotel Pennsylvania,
in New York City from March 22nd through 25th 2011. Please
join us in continuing to make thi
On Mon, Jan 31, 2011 at 8:06 AM, Ron Piggott
wrote:
>
> Does mySQL have the ability to figure out if it is leap year? If so, what is
> the correct syntax for:
>
> AND `day` <> 366 "unless it is leap year"
> Ron
>
> The Verse of the Day
> “Encouragement from God’s Word”
> http://www.TheVerseOfThe
Does mySQL have the ability to figure out if it is leap year? If so, what is
the correct syntax for:
AND `day` <> 366 "unless it is leap year"
Ron
The Verse of the Day
“Encouragement from God’s Word”
http://www.TheVerseOfTheDay.info
Hi Donovan,
One of the things that I found really helpful was to use PDO for the database
connections. Whilst it's a little different than using the mysql_query ()
functions, the way that it escapes strings in and out of the database
automatically turned into a real godsend. There's a little