Quote:
Originally Posted by noppid
In topic I replaced...
PHP Code:
$threadinfo = verify_id('thread', $threadid, 1, 1);
With...
PHP Code:
$thread = verify_id('thread', $threadid, 1, 1);
$threadinfo =& $thread;
|
sorted cheers mate
oh for anyone else doing this when you upload it to your server remove the .php gain cos it will dispaly "page not found" get rid of php and it will work fine
thanks noppid