Re: [PHP-DB] Re: [PHP] A prepared statements question

2009-07-12 Thread kesavan trichy rengarajan
Why don't using consider using PDO for this purpose? Examples can be found here: http://au.php.net/manual/en/pdo.prepare.php On Sun, Jul 12, 2009 at 2:52 PM, Daniel Brown danbr...@php.net wrote: [Redirected to PHP-DB: php...@lists.php.net] On Sun, Jul 12, 2009 at 00:31, Jason

Re: [PHP-DB] Re: [PHP] A prepared statements question

2009-07-12 Thread Niel Archer
[Redirected to PHP-DB: php...@lists.php.net] On Sun, Jul 12, 2009 at 00:31, Jason Carsonja...@jasoncarson.ca wrote: Hello everyone, I am having a problem getting my prepared statements working. Here is my setup...    index.php - authenticate.php - admin.php 1)index.php

RE: [PHP-DB] resize 10 upload image

2009-07-12 Thread Emiliano Boragina
No, I don't =S + _ // Emiliano Boragina _ // Diseño Comunicación // + _ // emiliano.borag...@gmail.com / // 15 40 58 60

RE: [PHP-DB] mysql_insert_id() and JOIN

2009-07-12 Thread Emiliano Boragina
Sorry my question... but why I must use JOIN if I can use SELECT * FROM table1 AND table2 AND table3 WHERE table1.id=table2.id=table3 not? thanks + _ // Emiliano Boragina _ // Diseño Comunicación // +

Re: [PHP-DB] Re: [PHP] A prepared statements question

2009-07-12 Thread Jason Carson
[Redirected to PHP-DB: php...@lists.php.net] On Sun, Jul 12, 2009 at 00:31, Jason Carsonja...@jasoncarson.ca wrote: Hello everyone, I am having a problem getting my prepared statements working. Here is my setup...    index.php - authenticate.php - admin.php 1)index.php

Re: [PHP-DB] mysql_insert_id() and JOIN

2009-07-12 Thread Niel Archer
Sorry my question... but why I must use JOIN if I can use SELECT * FROM table1 AND table2 AND table3 WHERE table1.id=table2.id=table3 not? thanks You can not use that syntax on MySQL (at least not on v5.0 or v5.1, I do not know about earlier versions). // Emiliano Boragina _ //