Secure File Upload with PHP
Download Source PHP makes uploading files easy. You can upload any type of file to your Web server. But with…
The easy way to know
Download Source PHP makes uploading files easy. You can upload any type of file to your Web server. But with…
In programming it is often necessary to repeat the same block of code a given number of times, or until…
Arrays can be used in many ways to store and organize data quickly and efficiently. It is one of the more…
It is assumed that you have already successfully setup IIS or installed Apache on your machine and configured it. So,…
In this article we will resolve the task of reading the “clean” text from the Office Open XML (more known…
Download Source CAPTCHA is a simple test to determine if a user is a computer or a human. It is used…
Record locking is used for preventing simultaneous update of the same data and therefore avoiding inconsistent results. A locked record…
Pretty often you need to run a couple of queries against your MySQL database on the client’s web server. Usually…
Many web developers consider PHP a second-class language. The truth is, as DHH puts it: “You can build the best…
Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your…