macromedia.dreamweaver.appdev
[Top] [All Lists]

Re: SQL injections

Subject: Re: SQL injections
From: David Powers
Date: Mon, 05 Nov 2007 11:28:58 +0000
Newsgroups: macromedia.dreamweaver.appdev


Joris van Lier wrote:
Micha, can you give any examples of employing prepared statements in the PHP MYsql servermodel?

Not Micha, but...

You cannot use prepared statements with the original PHP MySQL extension. You need to use MySQL Improved (requires PHP 5 and MySQL 4.1) or PDO (requires PHP 5.1).

--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

<Prev in Thread] Current Thread [Next in Thread>