have a look on this if you still have a problem consult me plz.
= intval($_GET['= mysql_fetch_array(mysql_query('="'.$id.'"="'.$id.'"0)
{
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="<?php echo $design; ?>/style.css" rel="stylesheet" title="Style" />
<title> - Forum</title>
</head>
<body>
<div class="header">
<a href="<?php echo $url_home; ?>"><img src="<?php echo $design; ?>/images/logo.png" alt="Forum" /></a>
</div>
<div class="content">
= mysql_fetch_array(mysql_query('="'.$_SESSION['userid'].'"="no"="'.$_SESSION['userid'].'"="no"="1"= $nb_new_pm['
<div class="box">
<div class="box_left">
<a href="forum.php">Forum Index</a> > <a href="list_topics.php?parent=<?php echo $id; ?>"></a>
</div>
<div class="box_right">
<a href="list_pm.php">Your messages()</a> - <a href="profile.php?id=<?php echo $_SESSION['userid']; ?>"></a> (<a href="login.php">Logout</a>)
</div>
<div class="clean"></div>
</div>
<div class="box">
<div class="box_left">
<a href="forum.php">Forum Index</a> > <a href="list_topics.php?parent=<?php echo $id; ?>"></a>
</div>
<div class="box_right">
<a href="signup.php">Sign Up</a> - <a href="login.php">Login</a>
</div>
<div class="clean"></div>
</div>
<a href="new_topic.php?parent=<?php echo $id; ?>" class="button">New Topic</a>
= mysql_query('="'.$id.'"=t.id =1 =t.authorid ="'.$id.'"=1 0)
{
?>
<table class="topics_table">
<tr>
<th class="forum_tops">Topic</th>
<th class="forum_auth">Author</th>
<th class="forum_nrep">Replies</th>
==$admin)
<th class="forum_act">Action</th>
</tr>
= mysql_fetch_array($dn2))
<tr>
<td class="forum_tops"><a href="read_topic.php?id=<?php echo $dnn2['id']; ?>"></a></td>
<td><a href="profile.php?id=<?php echo $dnn2['authorid']; ?>"></a></td>
<td></td>
==$admin)
<td><a href="delete_topic.php?id=<?php echo $dnn2['id']; ?>"><img src="<?php echo $design; ?>/images/delete.png" alt="Delete" /></a></td>
</tr>
</table>
<div class="message">This category has no topic.</div>
<a href="new_topic.php?parent=<?php echo $id; ?>" class="button">New Topic</a>
<div class="box_login">
<form action="login.php" method="post">
<label for="username">Username</label><input type="text" name="username" id="username" /><br />
<label for="password">Password</label><input type="password" name="password" id="password" /><br />
<label for="memorize">Remember</label><input type="checkbox" name="memorize" id="memorize" value="yes" />
<div class="center">
<input type="submit" value="Login" /> <input type="button" onclick="javascript:document.location='signup.php';" value="Sign Up" />
</div>
</form>
</div>
</div>
<div class="foot">1972-2013 © MIMI. All Rights Reserved</div>
</body>
</html>
This category doesn\'t exist.</h2>';
}
}
else
{
echo '<h2>The ID of the category you want to visit is not defined.</h2>';
}
?>