mattm1712 Posted March 31, 2010 Share Posted March 31, 2010 hi im pretty new to php have been teaching myself, i have come to a problem i have an index page where i have 4 variables 1 2 3 4 each with include pages in so i click a link in my menu and it changes the body page to 1 of the 4 variables, but now i want to create a page with varibale in. so i say i click a link on my index page its goes to index.php?variable=2 but on that page i want titles where u click them and it loads a page within that page. does any1 understand? lol please help matt Link to comment https://forums.phpfreaks.com/topic/197154-variables-in-variables-is-this-possible/ Share on other sites More sharing options...
TeddyKiller Posted March 31, 2010 Share Posted March 31, 2010 This isn't anything to do with variables in variables? Do you mean.. switches, what these are.. case default: would be the main case for eg: page.php case "test": would be another case for eg: page.php?act=test Wherever your case is, is where the content will be displayed, all your headers and stuff would stay the same. You'll have to post some code too. PHP.net Switch Link to comment https://forums.phpfreaks.com/topic/197154-variables-in-variables-is-this-possible/#findComment-1034874 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.