PHP Script Library
Script Library
In order to help pay for the site I have thrown togather a great starter library for the noobie php programmer:
Includes:
arrays - An array is a data structure that stores single or multiple values in a single value
dbconnect - Shows how to connect to a MySQL Database
functions - Teaches how to create a function and call it out in a script
for each/while/for loops - how to effectively use loops
forms - How to use a form to send information to the script
helloworld - The basic hey Im here, Im new and I am proud script
if/else/elseif statements - How to selectively choose what the script executes
switches - If you would like to create a simple oop website this is a good thing to know
includes - This will help in organizing all your external files
variables - How to properly use a variable
comments - How to comment out your code