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 Carson wrote: >> > Hello everyone, >> > >> > I am having a problem getting my prepared statements working. Here is >> my >> > setup... >> > >> >    index.php -> authenticate.php -> admin.php >> > >>

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 Carson 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.ph

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 wrote: >[Redirected to PHP-DB: php...@lists.php.net] > > > On Sun, Jul 12, 2009 at 00:31, Jason Carson wrote: > > Hello e

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

2009-07-11 Thread Daniel Brown
[Redirected to PHP-DB: php...@lists.php.net] On Sun, Jul 12, 2009 at 00:31, Jason Carson 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 has a login form on it so