How to be a better PHP developer
Many web developers consider PHP as a second class language. The truth is, as DHH puts it: “You can build…
The easy way to know
Many web developers consider PHP as a second class language. The truth is, as DHH puts it: “You can build…
Your users probably asked you to add an option to export the whole database to SQL file. This can be…
Wow, Yet another upload plugin! What makes it different? It’s new. Supports all modern technologies. It’s good looking and works…
DSN stands for ‘Data Source Name’. It is an easy way to assign useful and easily rememberable names to data…
Now that you have installed all the support software for running PHP, you are ready to learn how to do…
PHP offers plenty of possibilities: PHP is appropriate whenever you want your pages to be created dynamically when the browser requests…
PHP stands for Hypertext Preprocessor and is a server-side language. This means that when a visitor opens the page, the…
If you are developing a password-protected web site, you have to make a decision about how to store user password…
Regular expressions are a powerful tool for examining and modifying text. Regular expressions themselves, with a general pattern notation almost…
Download Source This tutorial will describe how to create thumbnail images on the fly using PHP. Furthermore you will learn…