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…
In Access, the Format function returns a string containing an expression formatted according to instructions contained in a format expression.…
Email is the most popular Internet service today. A plenty of emails are sent and delivered each day. The goal…
The great advantage of ASP is possibility to respond to user queries or data submitted from HTML forms. You can…
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…