/belle2/masterclass/runscript.php |
---|
112,7 → 112,8 |
// (This makes sure that we have no duplicate rows (which would be a waste) and can determine the visitor's location, respectively) |
// ...We insert the values returned by our function into the database, escaping any possible dangerous input |
if(!mysql_fetch_row($user) && $userinfo) |
mysql_query($msql) or die(mysql_error()); |
mysql_query($msql); |
// or die(mysql_error()); |
} |