I get an error
Fatal error: Cannot redeclare list_categories() (previously declared in /home/darkness/public_html/forums/modules/functions.php:4) in /home/darkness/public_html/forums/modules/functions.php on line 3
Here is the first part since its on line 3. If you need the whole code please just ask.
<?php
include"connect.php";
include"functions.php";
list_categories();
switch($_GET['cat']) {
case"$row[id]";
if(!isset($_POST['$row[id]'])) {
if($_GET['id']) {
$id = (int)$_GET['id'];
$query3 = mysql_query("SELECT * FROM tutorials WHERE valid = '1' AND cat_id = '$id' ORDER BY id DESC");
while($row = mysql_fetch_array($query3)) {
echo"
<table width='100%'>
<tr>