Tag Archives: PHP
check username availability using php and ajax
This tutorial i am explain about how to check the username live availability using php and ajax concept, This is a simple concept...
How to find the user IP address using php
This code will shows your remote site IP Address to the user who visited to your site. To find the client ip address you can use ...
Simple Search Concept using Ajax and php
AJAX Stands for Asynchronous Javascript and xml. AJAX is one the technique for creating a better and faster dynamic sites. ...
simple pagination concept using php, jquery, mysql
This is one of the simple pagination concept is used to display the database tables in a proper page view. It...
Display two table data in a single table using sql inner join query
In this post i am explain about to display the two mysql table data in single table using mysql inner join query . The two tables...
Simple way to Display data from Database
This post is used to Display the data from database table in simple way . It is easy to understand the learner to how to display ...
How to Create the Page Counter using php
This post is a one of the simple method to count the number people vising your page. This is one of the interesting thing. It is ...
Change the Background Daily based on computer Date
In this post i am going to explain about how to change the background color of the web page Daily based on computer Date using ph...
Image Uploading Script using PHP
Image Uploading Script using PHP, It is very simple script to gather the images from website. If user want to upload the images t...
INSERT, DELETE, EDIT, UPDATE OPERATION USING PHP AND MY SQL
This is one of the simple php code to insert the data and delete edit update and view operation using php and mysql the below ima...