
<?
switch($_GET['page']) {
case '#home' : $page = '<b>Welcome to this site.</b></b><br/>'; break;
case '#page' : $page = '<b>Welcome to this site.</b></b><br/>'; break;
case '#different' : $page = '<b>Welcome to this site.</b></b><br/>'; break;
}
echo $page;
?>
(The jquery checks the url and loads the case)Copyright © 2026, NextGenUpdate.
All Rights Reserved.