[PHP-DB] PostgreSQL Conference East: 2011 CFP

2011-01-31 Thread Joshua D. Drake
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

Re: [PHP-DB] Leap Year

2011-01-31 Thread Bastien Koert
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

[PHP-DB] Leap Year

2011-01-31 Thread Ron Piggott
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

[PHP-DB] RE: stripslashes ( encodings to from MySQL )

2011-01-31 Thread Andrew Holt
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