Search found 3 matches

by RavenMist
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...
by RavenMist
Mon Mar 29, 2004 5:50 pm
Forum: PHP - Code
Topic: PHP Question please
Replies: 18
Views: 988

hehehe

woops :oops:

thanks every one...sorry about that.. i am not that best at english since i am a 13 year old
by RavenMist
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!!