Internotes — Articles about PHP
Uploading a ZIP File
Here will look at how to process a zip file full of individual files.
More: php-upload-zip
Working With SQLite Dates
Working with Dates & Times in SQLite, and, possibly, PHP
More: sqlite-dates
Adding a Custom File Handler
Sometimes it is convenient to “fake” a file — the user has requested a file, but it it needs to be generated or processed before it is sent out.
More: custom-file-handler
Using Passwords in PHP
Website owners who maintain user details have a great responsibility. Apart from keeping the database safe and sound, you will have to ensure that user passwords are kept safe and secure.
More: php-passwords