Useful notes & manuals
from the
world wide web
L:
P:
Register now!
<<<1>>>
Creating an upload progress bar in PHP with APC | read more.. PHP
Article from: http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/ Created by tlw on 27.09.2023 @ 08:24

In this tutorial I will explain how to create a progress bar for PHP file uploads. There is no method built into PHP for returning the status of an upload in progress, so this requires a module called the Alternative PHP Cache (APC). This allows you to store data across sessions and includes built-in functionality for storing/returning file upload stats.

Submit a form using POST method through PHP | read more.. PHP
Solution from: unknown Created on 27.09.2023 @ 08:24

To submit a form using POST method through PHP, just add the data to be posted as header. This essentially saves one extra html page sent to the browser when user has to be redirected. Mostly found this technique useful for redirecting to payment gateways.

<<<1>>>
 
Created by THE LOST WEB © 2009-2012