TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   Absolute Beginners (http://www.talkphp.com/absolute-beginners/)
-   -   wierd eror -plz help- (http://www.talkphp.com/absolute-beginners/2811-wierd-eror-plz-help.html)

webtuto 05-16-2008 12:43 PM

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

Village Idiot 05-16-2008 12:43 PM

No semi-colon on your include.

webtuto 05-16-2008 12:45 PM

hhhhhhhhhhhhh what a dumb error
thaaanks

Village Idiot 05-16-2008 12:45 PM

It happens to the best of us. Glad to help.


All times are GMT. The time now is 09:55 PM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0