View Single Post
  #2 (permalink)  
Old 07-19-2004, 11:10 PM
novastar novastar is offline
Senior Member
 
Join Date: Feb 2003
Location: USA
Posts: 199
Send a message via MSN to novastar Send a message via Yahoo to novastar
Default

Im not 100% sure, but almost, php and javascript are not interactive.
meaning you can not to what you want to do, but the following php script would do it:
Code:
<? $who=$_GET["who"]; if (!isset($_GET["who"])) {$who="index.php"; } include('$who'); ?> Links Downloads
Reply With Quote