do you mean like right here? im not sure how to do it, im an html person myself, not very good at php at all... I can add hacks thats it lol
// initialize everything
$postids = '';
$threadids = '';
$forumids = '';
$eventids = '';
$onlinebits = '';
$mod = array();
$userinfo = array();
$guests = array();
$post = array();
$thread = array();
$forum = array();
$gotforum = array();
$event = array();
|