News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

DevShed:
Retrieving Information on Selected Files with a PHP 5 File Uploader
0 comments :: posted Thursday March 27, 2008 @ 09:31:04
voice your opinion now!

DevShed has continued their series (here's part one) looking at the use of file uploading in your PHP scripts. They build on that foundation and add in some more useful features this time:

The initial script in the first tutorial of this series lacked some important features, such as the implementation of an effective error handling module and the ability to check the MIME type and size of the file being uploaded. In this second installment of the series, I'm going to improve the logic of the script from the first tutorial to provide it with the capacity to retrieve useful information concerning the entire file uploading process.

They look back at the previous tutorial to remind you of some of the concepts and then move on to show you how to get information about the file (like the MIME type, name and size of the uploaded file). The last page is just the full source code for the cut and pasters out there.

tagged with: tutorial php5 file upload information mime name size


Internet Super Hero Blog:
mysqli_debug() - 'm'/dump memory information
0 comments :: posted Tuesday September 04, 2007 @ 09:03:00
voice your opinion now!

A new note on the Internet Super Hero blog talks about a new improvement to the mysqlnd driver support a memory dump option for mysqli_debug.

Andrey has implemented a little mysqlnd only addition to mysqli_debug(): 'm' - dump memory information. It works like the other options described in PHP: Debugging ext/mysqli and mysqlnd with the only difference that it is only available with mysqlnd.

A comparison of the "before option 'm'" and "after option 'm'" is also included.

tagged with: mysqlidebug option memory dump information mysqlnd mysqlidebug option memory dump information mysqlnd


cakephp developer application releases book PHP5 pecl zend database security job framework code zendframework ajax PEAR conference package release mysql

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework