Re: [PHP] Re: Login Script: mysql_num_rows(): supplied argument isnot a valid MySQL result resource

2010-02-19 Thread Mark Cilissen
Ashley Sheridan schreef: On Fri, 2010-02-19 at 18:30 +0100, Mark Cilissen wrote: David Hutto schreef: --- On Fri, 2/19/10, David Hutto wrote: From: David Hutto Subject: Login Script: mysql_num_rows(): supplied argument is not a valid MySQL result resource To: php-general@lists.php.net Date

Re: [PHP] Re: Login Script: mysql_num_rows(): supplied argument is not a valid MySQL result resource

2010-02-19 Thread Ashley Sheridan
On Fri, 2010-02-19 at 18:30 +0100, Mark Cilissen wrote: > David Hutto schreef: > > > > --- On Fri, 2/19/10, David Hutto wrote: > > > > From: David Hutto > > Subject: Login Script: mysql_num_rows(): supplied argument is not a valid > > MySQL result resource > > To: php-general@lists.php.net >

[PHP] Re: Login Script: mysql_num_rows(): supplied argument is not a valid MySQL result resource

2010-02-19 Thread Mark Cilissen
David Hutto schreef: --- On Fri, 2/19/10, David Hutto wrote: From: David Hutto Subject: Login Script: mysql_num_rows(): supplied argument is not a valid MySQL result resource To: php-general@lists.php.net Date: Friday, February 19, 2010, 3:30 AM The following script is supposed to validate

[PHP] Re: Login Script: mysql_num_rows(): supplied argument is not a valid MySQL result resource

2010-02-19 Thread David Hutto
--- On Fri, 2/19/10, David Hutto wrote: From: David Hutto Subject: Login Script: mysql_num_rows(): supplied argument is not a valid MySQL result resource To: php-general@lists.php.net Date: Friday, February 19, 2010, 3:30 AM The following script is supposed to validate a username and passwor

[PHP] Re: Login Script

2004-07-20 Thread Torsten Roehr
"Harlequin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Brian > > I am developing a members area for our website and have chosen to use > session cookies. > > Easy stuff really. Easy - with a LOT of help from the mailing list ;) > > No need for Pear, downloaded files to the clie

[PHP] Re: Login Script

2004-07-20 Thread Harlequin
Brian I am developing a members area for our website and have chosen to use session cookies. Easy stuff really. No need for Pear, downloaded files to the client PC etc. -- - Michael Mason Arras People www.arraspeople.co.uk - "Brian Kra

[PHP] Re: Login Script

2004-07-19 Thread Jason Barnett
Brian Krausz wrote: While I know there are many scripts out there, and have spent many hours looking through them, I am having trouble finding a login script that fits my needs. I am looking for the following: A MySQL-based login system that doesn't use Pear :: DB. All I would like is for it