Re: [PHP-DB] Member authentication with PHP and MySQL

2001-08-13 Thread Cato Larsen
Sorry Hugh. But I accedently hit Ctrl + Enter. If you had red the next message from me, you'd seen what error and so on. Cato -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list a

Re: [PHP-DB] Member authentication with PHP and MySQL

2001-08-13 Thread Sheridan Saint-Michel
lt;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 10:10 AM Subject: Re: [PHP-DB] Member authentication with PHP and MySQL > Arg... > > I get this error: > > > Unable to update database. Please contact [EMAIL PROTECTED] > > > > Am

Re: [PHP-DB] Member authentication with PHP and MySQL

2001-08-13 Thread Sheridan Saint-Michel
Website Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: Cato Larsen <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 9:06 AM Subject: Re: [PHP-DB] Member authentication with PHP and MySQL > Thanks a mill Sheridan! > T

Re: [PHP-DB] Member authentication with PHP and MySQL

2001-08-13 Thread Hugh Bothwell
"Cato Larsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > "Sheridan Saint-Michel" <[EMAIL PROTECTED]> wrote in message > 00df01c12400$ad2a1220$[EMAIL PROTECTED]">news:00df01c12400$ad2a1220$[EMAIL PROTECTED]... > > > From: Cato Larsen <[EMAIL PROTECTED]> > >

Re: [PHP-DB] Member authentication with PHP and MySQL

2001-08-13 Thread Cato Larsen
Arg... I get this error: Unable to update database. Please contact [EMAIL PROTECTED] Am I missing something in my DB? Fields in DB: id, email, password, name, loc, aim, icq, msn, yahoo, charname ,charsname, charnick, tit, lvl, picurl, born, appearance, charac, streng, bio, breed, prof, pos

Re: [PHP-DB] Member authentication with PHP and MySQL

2001-08-13 Thread Cato Larsen
One more thing... When I've set up the script and run it on my local server I get this error: "Sheridan Saint-Michel" <[EMAIL PROTECTED]> wrote in message 00df01c12400$ad2a1220$[EMAIL PROTECTED]">news:00df01c12400$ad2a1220$[EMAIL PROTECTED]... > I would use either cookies or sessions for this. >

Re: [PHP-DB] Member authentication with PHP and MySQL

2001-08-13 Thread Cato Larsen
Thanks a mill Sheridan! This was accually what I was looking for, but gave up since the other tutorials and script examples where too complicated for me to grasp. One question to the code on the site: Is it possible to insert info to be grabbed on other sites? Like email password name So you ca

Re: [PHP-DB] Member authentication with PHP and MySQL

2001-08-13 Thread Sheridan Saint-Michel
I would use either cookies or sessions for this. First Check for the cookie, and verify its contents. If there isn't a cookie then do the login prompt like you are doing now. Here's some pseudocode to give you a quick idea of what I mean if (isset($cookie) { if (CheckCookie()) { SiteCo

Re: [PHP-DB] Member authentication with PHP and MySQL

2001-08-13 Thread BoNzO
i use this script with apache/php/mysql then you can always reach the userid with $PHP_AUTH_USER /Mattias Aka BoNzO http://bonzo.sineleven.nu -- Original Message -- From: Cato Larsen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Send: 01:47 AM Subject: [PHP-DB] Member authentication with PHP a