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
ROTECTED]... > > > From: Cato Larsen <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Sunday, August 12, 2001 6:47 PM > > Subject: [PHP-DB] Member authentication with PHP and MySQL > > > > > > I'm trying to authenticate member

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
single=1 > > And here is the header for other files on the site using the above script > http://www.zend.com/codex.php?id=397&single=1 > > Let me know if this helps > > Sheridan Saint-Michel > Website Administrator > FoxJet, an ITW Company > www.foxjet.com > > >

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
ebsite Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: Cato Larsen <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 12, 2001 6:47 PM Subject: [PHP-DB] Member authentication with PHP and MySQL > Hi! > > I'm trying to aut

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 wi

[PHP-DB] Member authentication with PHP and MySQL

2001-08-13 Thread Cato Larsen
Hi! I'm trying to authenticate members by using php and MySQL. This is what I've come to so far: How do I make the authentication to go to site: members.php?charnick=$charnick Where $charnick is brung from the DB line who was authenticated? So that Peter won't end up at John 's membersite?