Examples
- Getting Started
- Calling PHP Class Methods From JavaScript
- Submitting HTML Forms With AJAX
- Sending AJAX Request To Pages
- PHP JavaScript Object and Array Interaction
- Using Event Handlers
- Some other useful options
- Important Instructions To Developers Using Non-Unicode Charsets (ISO-XXXX-X etc.)
Passing json objects that contain language based characters with non-unicode encodings to the function, cause a crash in that characters because of php 'json_decode' function. That function does all operations with 'UTF-8', so the language based characters with non-unicode charsets are lost. To prevent it, 'PHPLiveX::Decode' method or php 'iconv' function must be called as shown below. Consider the 'Encoding' option must also be used with non-unicode encodings.
If you are using "Request" or "Submit" methods, consider the following
- A Simple Data Grid With Paging and Ordering
- How To Use DropDown Menus As Target Dom Element (PHP 5.2++)
- How To Use Browser History Plugin ? NEW!
- How To Upload Files via Ajax NEW!

Sending Message...


