Check Traffic Sources
Check Traffic Sources

Click to large Currently Working on the stuff: if(isset($_GET['token'])) { $token = sanitize($_GET['token']); $sqlcheck = "select `traficsource_source` from `traficsource` where `traficsource_source…

Read more »
26 Feb 2014

Text Slider
Text Slider

Running Example: PHP is a server side language.JQUERY is a client side language.CSS is used for styling attribute to be called at once.MYSQL is used for storing the database.Here I am describing, h…

Read more »
24 Feb 2014

PHP Variable
PHP Variable

Click to Enlarge Here I am Describing Basic of Variable.There are many type of variable used in PHP.Following are some: Variable from GET Method  Variable from POST Method  Variable Used in a PHP pro…

Read more »
23 Feb 2014

Basic Website standard must to be maintain in web development
Basic Website standard must to be maintain in web development

Here we are describing Basic standard to maintain for Proper optimize website Website Standard to Maintain Proper Title of all pages Meta Tag and description correct on all pages Create Sitemap with …

Read more »
21 Feb 2014

How to connect to Database using PHP
How to connect to Database using PHP

How to connect to Database: Here we will know about the database connectivity on PHP. Firstly we have to check database credential of the server, Usually They are as following: For Local Server (i.e.…

Read more »
20 Feb 2014

Visitor Count for Website in PHP
Visitor Count for Website in PHP

Hello,Here I am writing a small program in PHP for  checking how much user have visited our website using COOKIES, MYSQL and IP address of the user.First we have to create cookies for the new user.Th…

Read more »
18 Feb 2014
 
Top