Articles

  How do I make Videos work with Joomla?

To have videos work on your website with your Joomla installation simply add the following to...

 How can I backup MySQL Databases?

This can be used to back up a database. 1. Export A MySQL Database This example shows you how...

 How do I change my TimeZone?

o use your timezone instead of the server's timezone simply open your .htaccess file located in...

 How do I use MySQL?

Using MySQL A full guide can be found at http://www.cpanel.net/docs/cp/MySQL.htm SQL stands for...

 If you need an add handler for PHP please use the following: #PHP5 AddHandler application/x-httpd-php5 .html .htm #PHP4 AddHandler application/x-httpd-php4 .html .htm That is if you need to parse .html files or any other extension as PHP you can place that in your .htaccess file.

Usually this problem is caused by a special character in your password. For example '\' is...

 MySQL Character Sets and Collations

Here is the list of MySQL character sets so you can choose the one that you...

 NEW PHP Add Handlers

If you need an add handler for PHP please use the following:#PHP5 AddHandler...