PHP: Working with Directories
As is necessary for any language, PHP has a complete set of directory support functions. PHP gives you a variety…
The easy way to know
As is necessary for any language, PHP has a complete set of directory support functions. PHP gives you a variety…
PHP Hypertext Preprocessor (PHP) What is PHP? What can php do for you? How to install and configure PHP 5…
Sometimes it can be useful to have a dump of the current database schema. The script below reads the schema…
Before you can get content out of your MySQL database, you must know how to establish a connection to MySQL…
Email is the most popular Internet service today. A plenty of emails are sent and delivered each day. The goal…
One of the best features of PHP is possibility to respond to user queries or data submitted from HTML forms.…
Sometimes, you might want to get the current page URL that is shown in the browser URL window. For example…
Sometimes you need to add an extra protection to password-protected website. This article explains how access to the login page…
Creating images on the fly can be a very useful skill. PHP has some built-in image generation functions, further more,…
A cookie is a message given to a Web browser by a Web server. The browser stores the message in…