Creating Custom Error Messages in Apache
Introduction
The .htaccess file is a file found in Apache servers that allows you to manipulate the behaviour of the server. A very common use is to create custom error messages for server errors. Examples of such errors are “404 Not Found” (say when you click on a broken link), and the “500 Internal Server Error” [...]
Unicode Data with PHP 5 and MySQL 4.1
Unicode background
In the ever expanding world of e-commerce and information technology, one thing above all is coming to the forefront of internet design - globalization. For many large companies, web documents are translated into many different languages. However, the computer technologies we use for storing data weren’t originally designed to deal with information in multiple [...]
How to - Using PHP To Backup MySQL Database
There are at least three ways to backup your MySQL Database :
Execute a database backup query from PHP file.
Run mysqldump using system() function.
Use phpMyAdmin to do the backup.
Execute a database backup query from PHP file
Below is an example of using SELECT INTO OUTFILE query for creating table [...]









