Pages

▼
Monday, August 19, 2013

How can I upload files asynchronously with jQuery

›
With HTML5 you CAN make file uploads with Ajax and jQuery. Not only that, you can do file validations (name, size, and MIME-type) or ha...

Downloading a Remote File With cURL and PHP

›
cURL is a great tool to help you connect to remote web sites, making it easy to post forms, retrieve web pages, or even to download files....

PHP Script to force download big files using chunk

›
<?php $file  =  dirname ( __FILE__ ) .  "/download_it.zip" ; if ( file_exists ( $file )) {     if ( FALSE  !== ( $handler  = ...
Thursday, August 15, 2013

Save PHP Array Data as Formatted XML and Parse Again

›
<?php   include  ' xml_converter.class.php ' ; /*  Download class file  */ include  ' xml.class.php ' ;           ...

Read an Excel file from PHP

›
Download Library. Creating The Reader Object $data = new Spreadsheet_Excel_Reader("test.xls"); Or conserve memory for larg...
Wednesday, August 14, 2013

How to parse XML with php code which contains namespace, cdata, ampersand

›
Download xml.class.php Php code to parse xml which contains namespace, cdata and ampersand symbol included <?php class XmlToArra...
‹
›
Home
View web version
Powered by Blogger.