[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

[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

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 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

[PHP-DB] PHP files and special characters language

2002-12-29 Thread Ehab El Maraghy
How can i make php files that are coming out of the server support Right to left direction languages like Arabic, Hebrew,Persian and Urdu.etc -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php