I have a page that i'd like to load varying textarea boxes populated by an entry in the database. I'd like different boxes to show up based on the url string. for example...
...sitetext.php?page=Main would load 3 textarea boxes with the appropriate data.
if I selected sitetext.php?page=aboutus it would load a different layout.
etc etc.
now, would I use the switch/case function to echo the different layouts I want to see? Or would I use something else?
thanks.
...sitetext.php?page=Main would load 3 textarea boxes with the appropriate data.
if I selected sitetext.php?page=aboutus it would load a different layout.
etc etc.
now, would I use the switch/case function to echo the different layouts I want to see? Or would I use something else?
thanks.