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
New Tutorials Coming
Yeah it’s been awhile since i have been doing any tutorials or any posts at that so i think it’s time to make one tonight.
I’ve been working alot in php and trying to learn on using the language.
Over… Continue reading

