How to Reset AUTO_INCREMENT in MySQL?


There is a common issue which is usually faced by almost every newbie web developer or database administrator. When you insert records in your table of database after deleting all or some records from that table, if AUTO_INCREMENT property was set on your ID column or any other column,

3 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Upload File Using PHP and Save in Directory


Uploading file is one of the most common feature which we normally use in our daily life, we do upload pictures on Facebook, Twitter and other websites. So today i will share a tutorial about how to upload file using PHP and save/store that file in your web server directory.

65 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks