View Single Post
Old 05-16-2008, 12:43 PM   #1 (permalink)
webtuto
The Addict
 
webtuto's Avatar
 
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
webtuto is on a distinguished road
Default wierd eror -plz help-

hi i dont know why this give me an eror its wierd :s

PHP Code:
<?php
include("config.php")
$sql "SELECT * FROM `category`";
$res mysql_query($sql);
while(
$row mysql_fetch_array($res))
{
echo 
$row['category'];
}
?>
the error =>
Parse error: syntax error, unexpected T_VARIABLE in C:\wamp\www\student\cats.php on line 3
__________________
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