Showing posts with label php switch. Show all posts
Showing posts with label php switch. Show all posts

Monday, June 17, 2013

php switch statment

php switch In this lesson we will talk about switch statment and what does it mean and what it can do, before we start write the code let us give an example first, we want to make a calculator that can do this operations (+,-,*,/) we can write the...
Read More