Functions And parameters
functions as you know look like this
function funcName(){
//Code here wont be displayed until you call the function
}
now in between the () we can store variables, this is known as parameters.
You don’t assign the variable any… Continue reading
Basic Function
Before i get started here i will assume you have a local server installed on your computer.
If you don’t have this already than i suggest you go to wampserver.com to download.
Wampserver comes with php and apache (the server).… Continue reading

