
Featured
-
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Best 5 Lightweight PHP Frameworks for REST APIs Development
Are you ready to develop the Rest AP
by ankur.kumar -
PHP: Full-Stack Framework vs Micro Framework
A web framework can be described as a software fra
by ankit.bhatia -
How to get facebook profile picture by Facebook App
If you would like to get your profile picture in f
by vivek.rastogi -
Creating RESTful API in cakephp
This tutorial will help you to learn how to create
by pushpendra.rawat
Tags
How to Creating a ZIP File using PHP
Hello Readers,
This post helps you to create a ZIP file using PHP.
<form name="zip" method="post">
<input type="checkbox" name="files[]" value="book.pdf" />
<input type="checkbox" name="files[]" value="doc.pdf" />
<i...
