Main theme of this article is, searching values in 2 different MySql queries and combining both results as array using array_combine() and array_push(). Explanation is given under source code. <?php //connection parameters $username = “root”; $password = “”; $dbhost = “localhost”; $database = “test”; //Array creation $table1array = array(); $table2array = array(); $finalarray = array(); [...]
Archive for August, 2009
Easy Multilingual (English & Tamil) Website creation using php
This article will help you to learn how multi lingual web sites can be done by your own. This is a try by testing with 2 languages (English & Tamil). This may useful for web developers for creating multi language web sites. Ok, let we start.., It’s very simple work, by fetching data from 2 [...]
Important points for a good site map
Here are some hallmarks of a good site map, which helps visitors at finding information quickly on your web site The site map should be the simplest page on your web site. Do not give a fancy name to the site map link such as “Web Site Tree” – keep it as “Site map”, this [...]
Why is a Site Map important for a web site?
An important point to remember ALWAYS is that people come to your site looking for information. Net surfers are a ruthless lot. If they find information quickly, they stick around; else, they click the “Back” button on the browser, close the browser window or simply go to another web page. So the most important reason [...]
Creating a Site Map for your web site
What is sitemap? A site map is one page or sometimes a set of pages, which lists all, or most of the pages on a web site. If your web site is small, consisting of only a few pages, you can have links to all these pages from one page – the site map. On [...]
Analytics integrates with Adsense
That’s right, Google has finally integrated AdSense Tracking into Analytics for all users. By integrating your AdSense account with a new or existing Analytics account, you’ll have access to in-depth reports about user activity on your site. Check out the demo below. That’s right, Google has finally integrated AdSense Tracking into Analytics for all users. [...]
How to check online status for AIM, Yahoo!, MSN, Skype and ICQ users in PHP
You’re probably registered on at least one forum. And you’ve no doubt seen that in your forum profile, you can add your favourite Instant Messaging (IM) profile details, and other users can see if you’re online. You in turn, can see who else is online as well. Well what if you want to add that [...]
Drawing Dynamic Online Graphs from MySQL Data
I was terrified at the idea of creating dynamic statistical graphs, fortunately there is a free solution where the complicated graphical stuff is reduced to a library include. JpGraph are the providers of this PHP based solution which appears to be the de-facto package. Learn more here http://www.aditus.nu/jpgraph JpGraph is a Object-Oriented Graph creating library [...]



Posted in
Tags: