Skip to content

Commit

Permalink
pw changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vamshi4001 committed Dec 21, 2012
1 parent 48f3993 commit 3306956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enter.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
//the example of inserting data with variable from HTML form
//input.php
mysql_connect("localhost","root","100Likes!");//database connection
mysql_connect("localhost","USERNAME","PASSWORD");//database connection
mysql_select_db("bragem");

$latitude = $_POST['latitude'];
Expand Down

0 comments on commit 3306956

Please sign in to comment.