How to use Opera With Cookies.?
Welcome back to shortlearner.com, In this post, we will see how to use opera browser with high CPC cookies. before starting this tutorial, first of all, we should know about … Read More
Welcome back to shortlearner.com, In this post, we will see how to use opera browser with high CPC cookies. before starting this tutorial, first of all, we should know about … Read More
dynamic pi chart welcome back to shortlearner.com, in this post we will see how to make a dynamic pi-chart with the help of PHP , MySQL and google charts. most … Read More
welcome back to shortlearner.com, in the previous post we learn how to track active users location on google map with the help of PHP and google map API. Today we … Read More
Welcome back to shortlearner.com, In our previous post we learn how to change password script is run in php. Today we will learn how to get the user’s current location … Read More
<?php session_start(); if(!$_SESSION[‘name’]) {?> <script type=”text/javascript”>window.location.href=’index.php’;</script> <?php } ?> <?php if(isset($_POST[“changepsw”])) { $name = $_SESSION[‘name’]; $oldpsw= $_POST[“oldpsw”]; $newpsw= $_POST[“newpsw”]; $conpsw= $_POST[“conpsw”]; require(“connection.php”); $qry1 = “SELECT * FROM user where name=’$name’;”; … Read More