Ahmed Abdel-Aliem wrote:
> hi
> i have a table in my database which i try to fetch rows from it
>
> here is the code i am using
>
> @ $db = mysql_connect ($server, $user, $pass);
> mysql_select_db($database);
> $test_tr = mysql_query("select * from art WHERE Game_ID = '$Game_ID'
> desc LIMIT 1"
hi
i have a table in my database which i try to fetch rows from it
here is the code i am using
@ $db = mysql_connect ($server, $user, $pass);
mysql_select_db($database);
$test_tr = mysql_query("select * from art WHERE Game_ID = '$Game_ID'
desc LIMIT 1");
$record=mysql_fetch_array($test_tr);
$ART
2 matches
Mail list logo