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

Sunday, June 16, 2013

php variables

php variables In this lesson I will talk about variables in php, and firstly i will describe what is a variable in php A variable in php start with $ sign and the name of the variable For example $pass = 12; In this example we have define a...
Read More