Parse error
Geplaatst: 23 jan 2004, 16:05
Ik heb een fout in mijn linker frame van mijn adminsectie
Parse error: parse error, unexpected ',' in c:\hosting\ehostingbizmember\corona\Nuke\admin\admin_forums.php on line 855
Dit is de code:
Wat is de fout?
Parse error: parse error, unexpected ',' in c:\hosting\ehostingbizmember\corona\Nuke\admin\admin_forums.php on line 855
Dit is de code:
Code: Selecteer alles
SET forum_name = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', cat_id = " . intval($HTTP_POST_VARS[POST_CAT_URL]) . ", forum_desc = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', forum_status = " . intval($HTTP_POST_VARS['forumstatus']) . ", prune_enable = " . intval($HTTP_POST_VARS['prune_enable']) . " $field_value_sql . ", count_posts = " . intval($HTTP_POST_VARS['count_posts']) . "