
How to build website with foreign or regional languages using PHP and MySQL
In this tutorial we going to learn how to build regional or foreign language website using PHP and MySQL. Let see. Step 1: Create new table in the name of article. Character should be UTF-8 format. CREATE TABLE `articles` ( […]
How to change XAMPP port number?
If you running any two server like apache, IIS, JBoss,etc., you will get conflict. To avoid conflict between server we can assign port for every server. Here we explained port change procedure for XAMPP. Follow these steps to change the […]
Difference between echo, print, and print_r in PHP?
echo: Outputs one or more strings separated by commas No return valuee.g. echo “String 1″, “String 2″ print : Outputs only a single string Returns 1, so it can be used in an expressione.g. print “Hello”or, if ($expr && print “foo”) print_r() : Outputs […]

How to Install OpenCart Templates ?
In this tutorial I am going to teach you how to install a new template for your OpenCart websit. First, you need to extract downloaded file on your local hard disk, and upload the template folder under the catalog/view/theme> directory […]
HOW TO CREATE A WORDPRESS BLOG IN TAMIL?
WordPress is best when it is installed in self hosted environment rather than free sub domain based (yourblog.wordpress.com). We recommend you to choose a domain name of your like and host it in best blog hosting provider like Godaddy.com STEPS […]