Re: [PHP] Using if(isset()) with $_GET and switch and default

2010-05-22 Thread MuFei
Yes, I got it now. Thanks Daniel Thanks everyone! On Sat, May 22, 2010 at 12:08 AM, Daniel P. Brown wrote: > On Fri, May 21, 2010 at 17:02, MuFei wrote: >> Hi Ashley, >> Your way works also great, But I have some question thought: >> When I only use the first half of t

Re: [PHP] Using if(isset()) with $_GET and switch and default

2010-05-21 Thread MuFei
ri, May 21, 2010 at 11:20 PM, Ashley Sheridan wrote: > > On Fri, 2010-05-21 at 16:18 -0400, Adam Richardson wrote: > > On Fri, May 21, 2010 at 3:24 PM, MuFei wrote: > > > Hi, > > I'm still new to PHP and everyday I learn something new. > > Today I was trying to

Re: [PHP] Using if(isset()) with $_GET and switch and default

2010-05-21 Thread MuFei
your help :) On Fri, May 21, 2010 at 11:18 PM, Adam Richardson wrote: > On Fri, May 21, 2010 at 3:24 PM, MuFei wrote: >> >> Hi, >> I'm still new to PHP and everyday I learn something new. >> Today I was trying to make some script using the switch statement but &

[PHP] Using if(isset()) with $_GET and switch and default

2010-05-21 Thread MuFei
break; default: echo 'Welcome to PHP simple test, Please click on Start button to begin you test. C