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…
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…
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…
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 …
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.…
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…