02-11-2008, 12:27 PM
|
#1 (permalink)
|
|
The Addict
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
|
hi , a project problem !!!!!!!!
hi im working on a project and when i write this code
PHP Code:
$res = mysql_query('SELECT * FROM video where group='$_GET[cat]' ORDER BY id DESC LIMIT ' . $premierMessageAafficher . ', ' . $nombreDeMessagesParPage);
it gives me this error
Parse error: syntax error, unexpected T_VARIABLE in C:\wamp\www\pal\listvid.php on line 43
whats wrong ?
__________________
|
|
|