Quote:
Originally Posted by Dman91
so it would just tell me the value of $tid and stop and you can make the necessary action now replace
Code:
$tid = $re1['threadid'];
echo $tid;
exit();
by
Code:
$tid = $re1['threadid'];
Edit : You have just given me an idea for debug mode - thanks
|
So, to see if i got it right, the only thing i have to do, to stop hanging, is to replace this code
Code:
$tid = $re1['threadid'];
echo $tid;
exit();
with that one?
Code:
$tid = $re1['threadid'];