Posted by fletch on 04/13/06 11:09
This is basic php stuff: header() switch($_POST['item_ID']) { case 1: includefile('somecontent.php'); break /* ... others here .. */ default: includefile('indexcontent.php'); } footer()
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming