05-16-2008, 12:43 PM
|
#1 (permalink)
|
|
The Addict
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
|
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
__________________
|
|
|