Quote:
Originally Posted by iMind
Thanks for the suggestions Alky..
Sadly my knowledge of code ends at HTML, so I'm havin a hard time doing anything with that script, was hoping there was a simple solution but doesn't seem to be
|
PHP Code:
session_start();
if(!$_SESSIONS["ldhtml"]) {
$_SESSIONS["ldhtml"]="1";
//LOAD DHTML
}
something like that should work