PHP Code
PHP Innovation Award of 2010 -Podcast episode 9 – PHP Classes blog
Contents Introduction (0:20) Interview with Rochak Chauhan – Innovation Award 2010 winner (0:38) Is PHP loosing popularity to Python and C#? (17:46) PHP Programming Award nominees of December 2010 (34:22) The good and the bad of the PHPClasses site according to Rochak Chauhan (42:37) Conclusion (45:22) Download Podcast Introduction … Continue reading
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
