View Single Post
Old 06-18-2004   #2 (permalink)
malboroman
Lazarus' Child
 
malboroman's Avatar
 
Join Date: Nov 2003
Location: The Netherlands
Posts: 603

Send a message via MSN to malboroman Send a message via Skype™ to malboroman
That is just a link where you define the variable... you also need a script that changes your page...


PHP Code:

<?php

switch($page)
{

case 
home:    $p 'home.html';      break;

}

include(
$p);

?>
And then you just change your link to ?page=home
__________________


"Only the dead have seen the end of war."

- Plato
malboroman is offline