ghostrider
Apr 21 2007, 01:12 AM
Intro To PHP Tutorial 6 - A Practical Application Of GET And Switch Statements Released 4/20/07 By Chris Feilbach aka GhostRider Contact Info: E-mail: assembler7@gmail.com AIM: emptybinder78 Yahoo: drunkonmarshmellows Website: http://www.ghostrider.trap17.comToday I will teach you another important concept that you probably see a lot in webpages that you visit. Ever see something like "?id=22" or "?mode=login" in your address bar on your browser? If you remember back to the second tutorial you should recognize this as formdata, sent via GET. But you don't need to create a form to utilize this feature. Its really quite simple. This is what we're learning today. The code for today is available at http://www.ghostrider.trap17.com/tut/php6This technique is very useful in larger scripts as it keeps the amount of PHP files you need to write very low. That keeps it simple for you, and also for your user. Nobody likes uploading 55 PHP files. Let's write a PHP site that has 3 links, one that makes the background color red, one that makes it green, and another that makes it blue. Red will be our default. For sites with one or two or three links like this, conditional statements are perfectly fine. However there are more than one way to be with conditions. The one that I am going to indroduce is called a switch statement. It has a slighty different syntax than if ... then statements, and is better for a value that can have many conditions. It however is sligtly less powerful than an if .;. then statement. Switch statments give you one condition, which is equal too. If ... then statements allow for equal to, less than, greater than, not equal to, less than or equal to, and greater than or equal to. Switch statements are not good for numbers, unless you know the range of the number, and it always increases in a linear fashion (like 1,2,3,4 or 2,4,6,8). This is an example of a switch statement: CODE <?PHP switch ($var) { case "yes": // $var == yes. break; case "no": // $var == no break; default: // This is the choice if no other choice is selected. } PHP?> Switch statements require a break; after each case, otherwise PHP will continue executing the code below it, and that causes unpredicted and often bad results. Each case needs a colon (  afterwards. Only strings need quotes around them. Numbers do not. The default: is not requirement. If you use one, you may place it anywhere within the switch statement, however it is considered the most correct to place it at the end of your switch statement. In our example we will use the variable color at the end of the address of our website. Red is our default value. Our other values will be green and blue. CODE <?PHP print("<html><head><title>PHP Tutorial 6 Example</title></head>"); // Don't print <body> yet, we need that. // As a side note, we need to color our links to make sure the blue doesn't make them invisible. // Save ourselves a lot of typing. Put the below data in a variable because it will be used 3 times. $data = "<body link='#FFFFFF' vlink='#FFFFFF' bgcolor="; $color = $_GET['color']; switch ($color) { case "green": print("$data'#00FF00'>"); break; case "blue": // User wants a blue page print("$data'#0000FF'>"); break; default: print("$data'#FF0000'>"); break; } // Now print the links. // Save more time, less typing with another variable. $data1 = "<a href='index.php?color="; $data2 = "Click here to turn this page "; print $data1 . "red'>" . $data2 . "red.</a>"; print "<br>" . $data1 . "green'>" . $data2 . "green.</a>"; print "<br>" . $data1 . "blue'>" . $data2 . "blue.</a>"; PHP?> And there you have it. Next tutorial will cover cookies. Practice your coding and develop some cool stuff.
Reply
Blessed
Apr 21 2007, 07:08 PM
Greetings wow man. i really like your tutorials man. a lot of explanatin in the tutorials i love them. keep doeing the good work. i'm looking forwardto see more of your php tutorials.. Bye :lo:
Reply
Similar Topics
Keywords : practical, application, switch, statements, 6th, php
- Hosting Struts Application
I need help here (1)
Free Web Hosting Application [screened] [approved]
.:Piper_2051:. (3) PRESENT CREDITS : Forum Username : .:Piper_2051:. Display Username: .:Piper_2051:. Email Address:
piper_2051@hotmail.com My request is for: HOSTING PACKAGE 2 Your Registered Domain Name or Desired
Trap17 Subdomain Name Piper2051.com Introduce Yourself: Your hobbies, interests, talents, etc. Let
the forum know you better. • HI!, My name is James, I reside in Edmonton Alberta Canada,
and I play the Great Highland Bagpipe in my spare time, and as a small side venture. I'm 22yrs
old and have been playing since I was about 14/15yrs of age, including several y....
Free Web Hosting Application [screened] [approved]
by miikerocks: request for site (PLEASE READ) (6) PRESENT CREDITS : Forum Username : miikerocks Email Address: mike_simpson_@hotmail.com My
Desired Trap17 SUBdomain Name is: www.FreeLoads.org Introduce Yourself: Your hobbies, interests,
talents, etc. Let the forum know you better. • For hobbies I like to be nice to people,
well help people out. I like to go on the computer, and one of the things I LOVE is to make
websites. Ever since grade 3 I have been searching and searching for a way to make a .com for free,
now I find you guys. THANK YOU SOOOO MUCH!!! I have talents and interests in sport....
Application Form [approved]
(2) PRESENT CREDITS : HOSTING CREDITS : 37.65 Forum Username : Dhruv Display Username: Dhruv Email
Address:dhruvin_patel@hotmail.co.uk My request is for: HOSTING PACKAGE 1 Your Registered Domain
Name or Desired Trap17 Subdomain Name: tutorial-linker.trap17.com Introduce Yourself: Your hobbies,
interests, talents, etc. Let the forum know you better. • My name is Dhruvin. Hobbies: Girls, gaming
and computers. I have no talents I'm just a all rounder can do everything if i like biggrin.gif
.Live in United Kingdom. And am a student. Desired Hosting Account Username: 8....
Free Web Hosting Application [denied]
by bittu (2) PRESENT CREDITS : Forum Username : bittu Display Username: bittu Email Address:
vb_kgec@yahoo.com My request is for: UPGRADE HOSTING Your Registered Domain Name or Desired
Trap17 Subdomain Name vickyoo7.trap17.com Introduce Yourself: Your hobbies, interests, talents,
etc. Let the forum know you better. • i am a cool guy from india. Desired Hosting Account
Username: 8 characters maximum. • vickyoo7 Country Where You Live • india Theme Of
Your Website • computers How Did You Find Trap17? • internet Who Was Your Pre....
~.madlock.~ Application
(2) Name: MadLock Experience(Years/months/programs used)**: 6 or 7 months, program used Photoshop
CS2 or CS3 Specialty**: Signature, or Large Piece Examples**: My Photobucket
http://s288.photobucket.com/albums/ll183/thugzkevin058/ ....
New Gfx Crew Application
(0) Since the last application I created is obsolete and...well..the link is broken, here's a new
one. Copy this into your post and make sure you fill out as much information as possible. **
is required. CODE [b]Name:[/b]
[b]Experience(Years/months/programs used)**:[/b]
[b]Specialty**:[/b] [b]Examples**:[/b] ....
Gfx Crew Application
By ~Nick[; (1) Name: Nicholas E-mail: alaarm@neomail.com Time designing: a little over a year. Other sites:
I do make graphics on pretty much all other sites I play. Examples: View My photobucket album
here ....
Hosting Application [denied]
(1) PRESENT CREDITS : HOSTING CREDITS : 37.65 Forum Username : Dhruv Display Username: Dhruv
Email Address: dhruvin_patel@hotmail.co.uk My request is for: HOSTING PACKAGE 1 Your Registered
Domain Name or Desired Trap17 Subdomain Name: tutorial-linker.trap17.com Introduce Yourself:
Your hobbies, interests, talents, etc. Let the forum know you better. • My name is Dhruvin. Hobbies:
Girls, gaming and computers. I have no talents I'm just a all rounder can do everything if i
like biggrin.gif .Live in United Kingdom. And am a student. Desired Hosting Acco....
Hosting Application [denied]
Free Hosting (1) I would like to request free web hosting from Trap17. Your Registered Domain Name or
Desired Trap17 Subdomain Name: www.smmy.net Account Username: mehrooz Introduction:
I am student of PGS School. Interests: Computer, Internet, Technology, Web Designing
Email Address: mehrooz2005@gmail.com Age: 15 Country Where I Live: Pakistan My
Websites Theme: None Reason I Chose Trap17: Free Web Hosting, Fast Service How I Found
Trap17: Yahoo Search My Previous Host: none Reason For Leaving ....
Free Web Hosting Application [denied]
(1) Forum Username : NielsNL Display Username: NielsNL Email Address: n.katsma@gmail.com My request is
for: HOSTING PACKAGE 1 Your Registered Domain Name or Desired Trap17 Subdomain Name:
MapleChill.trap17.com Introduce Yourself: Your hobbies, interests, talents, etc. Let the forum know
you better. • Well I play Maplestory, now I've my own MapleStory I am very cool to hang
arround with me (LOL) but ok. Desired Hosting Account Username: 8 characters maximum. •
MsChill Country Where You Live • The Netherlands Theme Of Your Website • Gaming How....
Chappill's Hosting Application. [screened] [approved]
(2) To generate an application for free web hosting please click here: Free Web Hosting
Request Form I would like to request free web hosting from Trap17. Please find my application
below. Your Registered Domain Name or Desired Trap17 Subdomain Name: chappill.trap17.com
Account Username: chappill Introduction: In my spare time i either go on the
computer and mess around with my website trying to improve or adding pages, i also go to sea cadets
every Tuesday and Friday and have an active lifestyle around biking and kayaking. ....
Free Web Hosting Application [screened] [approved]
(2) CURRENT CREDITS : Forum Username : maplestory Display Username: DarkLightMS Email Address:
cool_ika1@hotmail.com My request is for: HOSTING PACKAGE 2 Your Registered Domain Name or Desired
Trap17 Subdomain Name DarkLightMS.trap17.com Introduce Yourself: Your hobbies, interests, talents,
etc. Let the forum know you better. • Well i play games and i like to talk about them i
like football and enjoy time with my family i like to go with my friends and i always want to meet
new people and discover new things. Desired Hosting Account Username: 8 characters max....
Free Webs Hosting Application [screened] [approved]
earnup.trap17.com (2) To generate an application for free web hosting please click here: Free Web Hosting
Request Form I would like to request free web hosting from Trap17. Please find my application
below. Your Registered Domain Name or Desired Trap17 Subdomain Name: earnup.trap17.com
Account Username: harshnis Introduction: I am a new web designer want to earn
money Email Address: nisarharsh@yahoo.co.in Age: 19 Country Where
I Live: india My Websites Theme: earn money Reason I Cho....
Web Hosting Application [denied]
This is my web hosting application (1) To generate an application for free web hosting please click here: Free Web Hosting
Request Form I would like to request free web hosting from Trap17. Please find my application
below. Your Registered Domain Name or Desired Trap17 Subdomain Name:
amberdawnwhaley.trap17.com Account Username: dcskata Introduction: Hi my
name is billy i like music, sports, and computer programming. i want this web hosting to make a
website to honor my sister. she developed a disease when she was 7. it rendered her unable to walk
talk or see.....
Network Outage. Distribution Switch Ddosed.
Lesson Learnt (11) The Distribution Switch to which our network is connected was DDOSed causing a partial network
failure. The entire downtime was reduced due to our DNS shift in Dec 2007. We regret to inform that
today at about 11 AM IST, We started experiencing a network lag. By 12.30 PM IST, the network was
down partially with most of our servers affected except Zeta and Mu. By 1.00 PM IST, the entire
network had gone down and was recovered slowly by 2.00 PM IST. By 2:30 IST, the network was
completely recovered and all servers were operating smoothly. FULL STORY: http://www.xistosup....
Free Web Hosting Application [somertonlord] Under Review [approved]
by somertonlord (1) PRESENT CREDITS : Forum Username : somertonlord Display Username: somertonlord Email
Address: smrtlazer@hotmail.co.uk My request is for: HOSTING PACKAGE 1 Your Registered Domain
Name or Desired Trap17 Subdomain Name somertonuniverse.com OR somertonuniverse.trap17.com
Introduce Yourself: Your hobbies, interests, talents, etc. Let the forum know you better. •
I'm somertonlord and I have many hobbies like reading Simpsons comics, buying DVD's and
watching the Simpsons. I am interested being a cartoonist like Matt Groening and introduce the w....
Best Way To Lock A Folder Without Using An Application
(13) Steps: 1- make a new folder ( name it as you like ) 2- inside this folder make a (.TXT ) file &
copy the following inside it: CODE Quote: cls @ECHO OFF title Folder Private if EXIST
"Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Private goto
MDLOCKER :CONFIRM echo Are you sure you want to lock the folder(Y/N) set/p
"cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N
goto END echo Invalid choice. goto CONFIRM :LOCK ren Private "Control Panel.{21EC2020-3AEA....
What Made You Switch To Linux?
(32) I first tried Linux a few years ago, not because I was completely against Windows or anything like
that, but just because I had some free time on my hands. I started off with Mandrake 9.0 which was
very user friendly and Windows-like. After reading through a bunch of message boards and learning
which distros are good for what, I soon realized my current distro was great for Linux noobs. So
then I decided to try something a little more advanced like Slackware which I knew had a steep
learning curve. Since then I've been using Slackware as my main OS and couldn't ....
Rich Internet Application - Who Is Going To Win The Race?
(7) Last couple of months we can see the competition between 3 major Companies Adobe, Sun and Microsoft.
Everyone wants to win the race. They introduced 3 products to develop RIA (Rich Internet
Application). Flex - Adobe. Silverlight - Microsoft JavaFX - Sun Flex is already in Production,
they have released Flex 3.0 beta. Flex SDK is open source and Blaze Data Services (part of Flex
needed for Server side Programming) is open source. but Flex IDE and LifeCycle (Super Set of
BlazeDS) is not free. Silverlight and JavaFX is still under alpha release. I believe these three te....
Gps Watch - Mobile Application
(4) Hello Trap17 members, I recently bought this GPS watch Plus, mobile application for my pda. Its
just awesome. Its rich with features and the releases are just great. What are all the features
present in the Application ? QUOTE ** Driving Directions now Enabled. ** Transform your mobile
phone into an ultimate Navigator ** Supports Phones, PDAs and inbuilt GPS ones. ** Share your
location with your friends and relatives ** Select your choice of map provider from Virtual Earth,
Yahoo, Amazon and other leading map providers" ** Use map caching facility to avoid the ....
250 Credits For One Year Of Hosting Suggestion
Suggestion for new application (14) Hy peeps. That forum "Post a new topic in My Ideas, Theories, Possiblities, Innovation"
(possiblities is misspelled /huh.gif" style="vertical-align:middle" emoid=":huh:" border="0"
alt="huh.gif" /> ), is forum forum for my first posts, and i guess for few last ones (unless it gets
accepted /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" />) j/k
(memories) Anyway trap has a good offer for 250 credits for one year of domain, and i was wondering
why can't be an offer for 250 credits for one year of hosting. Here's how i think ....
The Power Of Java
the best application that shows java features (14) Java technology has various usage from mobile applications to Enterprise applications. I think the
power of Java technology in web applications and applets is showed in "meez.com" where u can create
your own 3d avatars. /rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0"
alt="rolleyes.gif" />....
Valve Hammer
A mapping application.. (1) I'm using Valve Hammer to create my own map ofcourse, CS1.5.. but, I got a problem where I
can't set a terrorist spawn and ct spawn. what really happen in my map is the terrorist and
ct.. spawn in a same place and this is not fun! anybody know how do I set the terrorist spawn
and ct spawn in different place?....
Detailed C Beginner Tut
basis for learning any application programming language (2) QUOTE The best way to learn programming is to dive right in and start writing real programs.
This way, concepts which would otherwise seem abstract make sense, and the positive feedback you get
from getting even a small program to work gives you a great incentive to improve it or write the
next one. Diving in with ``real'' programs right away has another advantage, if
only pragmatic: if you're using a conventional compiler, you can't run a fragment of a
program and see what it does; nothing will run until you have a complete (if tiny or trivi....
How To Install An Application As A Service
(4) simply enter in command proment : CODE reg add
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v
ServiceName /d "c:\path\to\service\file\exe" ....
How Do I Switch From Gnome To Kde?
Ubuntu Linux (6) Hey. I use Windows mainly, as I use games and graphical programs the most. However, I use Linux a
bit, just for programming and other things like that. I'm not that good at programming and
linux though ;_;... Well, I decided that the main reason I don't like to use it is that it
looks so alien, and I hate how GNOME looks. I hear that if I move to KDE I'll be sacrificing
some performance or whatnot. I have this really crazy linux zealot friend who preaches the linux
gospel to me, and will attempt to beat down any reason why I like Windows. I would ask ....
Opengl And Mfc Dialog Based Application
some comments about using it together (7) AS you probably know you can create a simple OpenGL applications using WinAPI functionality only
(you can create it using Microsoft Visual Studio), but if you are making somethink with real windows
interface and want to create application with multiple windows/dialogs/buttons with Windows Styles
etc... you can use MFC (Microsoft Foundation Classes) to do it ... But i did a 2 hours web search to
find example of using OpenGL windows inside MFC created Dialog window. I found it and want to share
my results now. My application is a simple OpenGL based tool, which shows Ope....
Stupid Statements
Do you know any? (13) Ok, when I have been at school the last few weeks I have heard people saying these weird sentances
but the strange thing is they are quite funny. Here are some of them: "I've seen your type on
the radio." "You sound a funny colour." "Dont look at me in that tone of voice." Has anyone heard
any more? /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> ~ Munchie
~....
Error Not A Valid Win32 Application
(10) I get this error message when I try to open some files for example
C:\Downloads\Games\James_Bond_007 is not a valid win32 application or some other
files the error message is always "is not a valid win32 application" What can I do to open these
files so that the error message does not come up? How can I open this kind of file? I am using
Windows Me Pentium 4 1.3 Gigs 256 dram....
Looking for practical, application, switch, statements, 6th, php
|
|
Searching Video's for practical, application, switch, statements, 6th, php
|
advertisement
|
|