eleven0 Posted April 15, 2008 Share Posted April 15, 2008 $id = $_GET['id']; $id = (isset($id)) ? $id : "home"; switch($id) { case 'home': echo "this is home"; I use this to have pages like this index.php?id=home How can i have something like this, index.php?id=home&alt_home Link to comment https://forums.phpfreaks.com/topic/101287-sub-actions/ Share on other sites More sharing options...
eleven0 Posted April 15, 2008 Author Share Posted April 15, 2008 anyone? Link to comment https://forums.phpfreaks.com/topic/101287-sub-actions/#findComment-518076 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.