Hi i would first like to say that it has been 3 years since i stopped coding because i had got a virus on my computer and lost all my scripts. And i no longer had the scripts backed up on my server at the time, as the host sold his reseller account.
So now i am trying to get started back up and im missing my favorite php script, and i no longer know how to code it. I am looking for a simple php script that i can integrate into a simple html website, the code worked as following.
When you clicked on a link it loaded the corresponding content into a overflow frame (?php=home), and the content was preloaded, but only visible with the use of & if script. So that there was no need to reload the whole web page when you clicked a link, it just loaded basic html content within the php script... as far as i can remember it was like.
} else { # result report
?>
<html><head>
<title>Report on your selection</title>
</head><body>
<h2>Here are the examples that you chose</h2>
<?=$freport?><br>
<a href=<?=$PHP_SELF?>>Restart demo</a><br>
<a href=http://www.wellho.net>Our Home Page</a><br><br>
Example by Well House Consultants, Copyright <?= date("Y") ?>
<br>Want to know how to do this?
<a href=http://www.wellho.net/course/ph.html>Learn Here!</a>
</body>
<?php } ?>
That is close but, not quite right..
I know this is kinda of a vague question but this is really important to me and i would greatly appreciate and help..