10-22-2008, 08:45 AM
|
#8 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Location: Sweden
Posts: 106
Thanks: 13
|
If it does not bounce you back then some SESSION variables still are set.
use this code in somewhere to echo out the session array:
<?PHP
echo('<pre>');
print_r($_SESSION);
echo('</pre>');
?>
__________________
Of course the whole point of a doomsday machine, would have been lost if you keep it a secret.
|
|
|
|