Recent Posts in ‘PHP’
PHP/EXTjs – Passing Arrays
I’ve written on processing AJAX queries before but neglected discussing how to pass an array to PHP for processing. This is an example of getting all checked rows in an EXTJS grid and posting them to an awaiting PHP script. First we have the users confirm they really want to process all checked records: Now
PHP – Process XML Files from Directory
Read files in a directory. Ignore hidden files. Processed XML based on first couple characters of file name.
PHP – Word Wrap with Ellipses
Word wrap with ellipses:
PHP – Autoload Classes
The following represents a useful function for autoloading classes. This example assumes all class files are named “something.class.php”







