View Single Post
Old 01-15-2008, 03:50 PM   #3 (permalink)
webtuto
The Addict
 
webtuto's Avatar
 
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
webtuto is on a distinguished road
Default

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

Code:
bool(false)
__________________
Send a message via MSN to webtuto Send a message via Yahoo to webtuto Send a message via Skype™ to webtuto
webtuto is offline  
Reply With Quote