RE: [PHP-DB] a newbie in deep need for help

2002-12-27 Thread Rich Hutchins
09 PM To: Ehab El Maraghy Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] a newbie in deep need for help On Fri, 2002-12-27 at 04:19, Ehab El Maraghy wrote: > Hi everybody > I have installed php4 and mysql on IIs winxp > I am trying to retrieve a password and print it using a query which i

Re: [PHP-DB] a newbie in deep need for help

2002-12-27 Thread John Coder
On Fri, 2002-12-27 at 04:19, Ehab El Maraghy wrote: > Hi everybody > I have installed php4 and mysql on IIs winxp > I am trying to retrieve a password and print it using a query which is > written as followos > > $query2 = "select passwd from user where username = '$username'"; > $result = mysql_r

Re: [PHP-DB] A newbie in deep need for help

2002-12-27 Thread Ehab El Maraghy
man i have tried everything the sentece is always printed without the variable don't know what is happening -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] A newbie in deep need for help

2002-12-27 Thread Rich Hutchins
d I'll see if I can find what's going wrong. Rich -Original Message- From: Ehab El Maraghy [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 12:24 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] A newbie in deep need for help Rich thanx for answering I did what you said y

Re: [PHP-DB] a newbie in deep need for help

2002-12-27 Thread janet
In a message dated 12/27/02 8:26:10 AM Pacific Standard Time, [EMAIL PROTECTED] writes: > I am trying to retrieve a password and print it using a query which is > written as followos > > $query2 = "select passwd from user where username = '$username'"; > $result = mysql_result($query2); > ec

Re: [PHP-DB] A newbie in deep need for help

2002-12-27 Thread Ehab El Maraghy
Rich thanx for answering I did what you said yesterday before using mysql_resut it returns resource id#3 didn't know what is it and how can i transform it it the data inside the cell i corrected the situation and i waited to give me res.id#3 but it doesn't write anythingany suggestions ? f

RE: [PHP-DB] A newbie in deep need for help

2002-12-27 Thread Rich Hutchins
TECTED] Subject: [PHP-DB] A newbie in deep need for help Hi everybody I have installed php4 and mysql on IIs winxp I am trying to retrieve a password and print it using a query which is written as followos $query2 = "select passwd from user where username = '$username'"; $result

[PHP-DB] a newbie in deep need for help

2002-12-27 Thread Ehab El Maraghy
Hi everybody I have installed php4 and mysql on IIs winxp I am trying to retrieve a password and print it using a query which is written as followos $query2 = "select passwd from user where username = '$username'"; $result = mysql_result($query2); echo "Old Password was $result "; am I using mysq

[PHP-DB] A newbie in deep need for help

2002-12-27 Thread Ehab El Maraghy
Hi everybody I have installed php4 and mysql on IIs winxp I am trying to retrieve a password and print it using a query which is written as followos $query2 = "select passwd from user where username = '$username'"; $result = mysql_result($query2); echo "Old Password was $result "; am I using my