Question for (Browser) Mysql
#4

You most likely have an extra or missing " or ' somewhere upwards in your code. It's also a good habit to escape your quotations within your strings, even when they differentiate between " & '.

e.g:
PHP код:
$dCheckU mysqli_query($conn"SELECT * FROM `users` WHERE `username`='".$user."' LIMIT 1"); 
Reply


Messages In This Thread
Question for (Browser) Mysql - by nezo2001 - 19.08.2015, 21:30
Re: Question for (Browser) Mysql - by gtakillerIV - 19.08.2015, 23:47
Re: Question for (Browser) Mysql - by Potassium - 20.08.2015, 00:04
Re: Question for (Browser) Mysql - by lolumadd_ - 20.08.2015, 03:08
Re: Question for (Browser) Mysql - by Calgon - 20.08.2015, 08:49
Re: Question for (Browser) Mysql - by lolumadd_ - 20.08.2015, 17:09
Re: Question for (Browser) Mysql - by nezo2001 - 20.08.2015, 23:58

Forum Jump:


Users browsing this thread: 1 Guest(s)