01-15-2008, 03:50 PM
|
#3 (permalink)
|
|
The Addict
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
|
when i added var_dump the result is =>
array(2) { [0]=> string(1) "5" ["rate"]=> string(1) "5" }
and when i add
PHP Code:
$mas2 = mysql_fetch_array($res2);
var_dump($mas2);
it gives me this =>
__________________
|
|
|