Skip to content

Commit

Permalink
fixing issue with autopopulate script
Browse files Browse the repository at this point in the history
  • Loading branch information
Audi-1 committed Oct 4, 2014
1 parent 0f84976 commit 499b98e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql-connections/setup-db-challenge.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
include '../sql-connections/db-creds.inc';

@error_reporting(0);
if(isset($_GET['id']))
$id = $_GET['id'];
echo $id;
//echo $id;

// Check connection
@$con = mysql_connect($host,$dbuser,$dbpass);
Expand Down

0 comments on commit 499b98e

Please sign in to comment.