Multi-file Upload with PHP, this includes verification for file extension and size, thus making it a secure way to upload files, and we will save the file details in a…
PHP
PHP Date and Time
Reference table for PHP date formats, Standard, regular,MYSQL and human readable formats
File Upload with Ajax
Single File uploading using AJAX to server with a verification for file extension and size, thus making it a secure way to upload files.
Find a Character Set in PHP String
String Manipulation with PHP to to extract a numeric ID from a page URL or a string set.
Dynamic Forms with PHP
A tutorial on how to create HTML forms with dynamically modifiable filed (or a set of fields) using Java Script & HTML Tables and PHP code to process them in…
Single File Upload With PHP
In this simple upload system we will just make a single upload with a verification for file extension and size, thus making it a secure way to upload files. The…
Change Timezone In PHP
When ever it comes to Time its important to make sure that the users get the time displayed in their local time to avoid errors, especially when you have offices…
Compress Your web Site
Compress Web site can reduce load time,it can be done with GZIP Compression,Deflate Compression or zlib module Compression ,zlib module Compression can also be done with .htaccess
Web Page Hit Counter
You can make your own Web Page Hit Counter using Mysql and PHP or just by PHP alone for a single page.This cannot be used for…