lang="en-US"> functions –  Design1online.com, LLC

Tagged: functions

0

Useful AJAX Functions

/************** * Purpose: initalize ajax * Precondition: none * Postcondition: ajax xmlhttp object running **************/ //global variables var xmlhttp = false; //initalize ajax var queryString; //check if we’re using IE try {   xmlhttp...

3

Useful PHP Functions

I ask myself why type the same thing over and over again when you can just use one function call? I’ve seen a lot of people do that, so stop it! Save yourself the...