[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




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 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  ? from my part i will revise the code
once again
waiting for your reply   thanx



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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 mysql_result right or is there another function to print this
password taking in consideration that it just prints "Old Password was" and
that's it




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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 mysql_result right or is there another function to print this password 
taking in consideration that it just prints "Old Password was" and that's it