Search found 3 matches
- Mon Mar 29, 2004 5:58 pm
- Forum: PHP - Code
- Topic: PHP Question please
- Replies: 18
- Views: 988
I am dislexic :p <quote> if(isset($_GET['page']){ $page = $_GET['page']; switch($page){ case 'home': echo 'This is the home page.'; break; case 'other': echo 'this is another page..'; break; } } </quote> Now the part that says <quote> case 'other': echo 'this is another page..'; break; </quote> Is t...
- Mon Mar 29, 2004 5:50 pm
- Forum: PHP - Code
- Topic: PHP Question please
- Replies: 18
- Views: 988
- Mon Mar 29, 2004 5:41 pm
- Forum: PHP - Code
- Topic: PHP Question please
- Replies: 18
- Views: 988
PHP Question please
I am making awebsite, but i want it to be friendly with every one so no iframes
BUT!! i don;'t want to make a thousand pages with the same stuff and having to update all of them if i just need to do one little link...so whats the PHP of doing it so you only change the main body of text
thanks!!
BUT!! i don;'t want to make a thousand pages with the same stuff and having to update all of them if i just need to do one little link...so whats the PHP of doing it so you only change the main body of text
thanks!!