Posts Tagged With: Download php Class
AJAX Grid :: Edit and save table data without page refreshing
This class can be used to edit and save data of table columns. It uses AJAX to save the changed table cells without refreshing the current page. The changed cells are saved by backend scripts that store the updated data in server side text files. Download: http://www.phpclasses.org/browse/package/2828.html http://phpclasses.dmwtechnologies.com/browse/package/2828.html (mirror)
AJAX File Uploader :: Uploaded files without page reloading
This class can be used to browse files uploaded via Web forms using AJAX methods to send the files without reloading the form page. There is auxiliary Javascript code that can upload in the background a file that the users chooses in a Web page form and updates the upload message status in the page. … Continue reading
Encode And Optimize PHP :: Obfuscate and compact PHP source files
This class can obfuscate and compact PHP source code files. It can process a PHP source code file and replace characters in text strings by the corresponding hexadecimal representation, making the code harder to read and understand what it does. It can also compact the PHP source code files by eliminating comments, white spaces and … Continue reading
