Crew algemeen |
|
regel 76: $cid = $_GET['cid'];
regel 89:
$topic = mysql_query("INSERT INTO topics (`cid`, `title`, `author`, `replies`, `views`) VALUES ('".$cat['id']."', '".$title."', '".$logged['username']."', '0', '0')") or die(mysql_error());
$topic = mysql_query("INSERT INTO topics (`cid`, `title`, `author`, `replies`, `views`) VALUES ('".$cat['id']."', '".$title."', '".$logged['username']."', '0', '0')") or die(mysql_error());
Bij regel 76 gebruik je $cid, en bij regel 89 opeens $cat['id']... |