NamePros.Com (http://www.namepros.com/)
-   CODE (http://www.namepros.com/code/)
-   -   PHP Switch/Case (http://www.namepros.com/code/234407-php-switch-case.html)

suhithar 09-03-2006 08:14 AM

PHP Switch/Case
 
netsuhi com/forum/viewtopic.php?t=16

More tutorials at:
netsuhi com

Noobie 09-03-2006 05:04 PM

Quote:
Ever wonder how people get things like ?x=news&id=496? Well, here is one way to do it.


This is your code
<?php
switch(id){
case 'news':
//what you want for news in here.
break;
case 'about':
//what you want on the about page.
break;
default:
//what text you want to display for default.
break;
}
?>
I'm gonna bet it hits default everytime.

SecondVersion 09-03-2006 06:03 PM

If your going to post in here, post the code. This is, and can be seen as, advertising. I will lock each thread on site.


All times are GMT -7. The time now is 10:29 PM.
Site Sponsors
Advertise your business at NamePros

Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0