Browser detection with php

In php there  are lot of inbuilt function you can use one of them to check browser. HTTP_USER_AGENT gives a value of all browser info. You can use it with php preg_match function....

Learning PHP Basics part one – Basic folder structure

Learning PHP Basics In now days there are lots of site from where we can easily readout about HTML tag and PHP functions. Most of good site also provide us a good workplace by doing...