Join the forums now, and start posting to receive access to our Scripts Vault!
hey r u sure that the header work ??i mean, i remember that header needs a full length url.
The above shows the database method, to use the session method change the report function to save the information to the session and the report.php page to read from the session.
function safeexit(){display_rest_of_the_page();exit();}
MyISAM is plenty fast until you have to recover after a crash. Then it takes several geological ages to get it back.So: important game data in InnoDB, stuff you could lose and not worry about, MyISAM.