Subscribe By RSS or Email

Posts tagged ‘php’

formbuilder-tool

Form WYSIWYG by Appnitro

Create HTML form in seconds using this PHP-based form wizard. Source: phpform.org

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 – 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”

PHP – Check for Existing Function