PHP Tutorial : Dynamic pages Switch and Case
Jan 2, 2009 Useful PHP
Do you want to keep all the content in only one single page to avoid searching and editing and opening tons of files for only one modification?
For that, we can do a single php dynamic page which will act as multiple pages. The form will be “page.php?pagename=home” or “page.php?pagename=contact”. We need the “switch and case”…………….
Read PHP Tutorial : Dynamic pages Switch and Case »
Tags: dynamic, dynamic pages, multiple pages in a single one, pages, php dynamic, php dynamic pages, php pages

