Re: [PHP] Re: mysqli sql question

2011-08-31 Thread Louis Huppenbauer
Hi there Richard It's part of the prepared statements http://php.net/manual/de/pdo.prepared-statements.php ;) 2011/8/31 Richard Riley rile...@googlemail.com Jen Rasmussen j...@cetaceasound.com writes: Peet, Could you do something like this instead? This is using named placeholders

Re: Re: [PHP] Re: mysqli sql question

2011-08-31 Thread james
Original Message From: Louis Huppenbauer louis.huppenba...@gmail.com To: php-general@lists.php.net Sent: Wed, Aug 31, 2011, 10:24 AM Subject: Re: [PHP] Re: mysqli sql question Hi there Richard It's part of the prepared statements http://php.net/manual/de/pdo.prepared-statements.php

RE: [PHP] Re: mysqli sql question

2011-08-31 Thread Jen Rasmussen
Peet, Here is the PHP PDO link: http://php.net/manual/en/book.pdo.php If you look on example #2 on this page: http://www.php.net/manual/en/pdostatement.execute.php That is pretty much how it's setup (although the example I gave is update, this is select). And please correct me I said the