IamKeya / phpcheckout

Automatically exported from code.google.com/p/phpcheckout
0 stars 0 forks source link

Line 297 Studentinfo.php page Syntax Query Error #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The studentinfo.php page has an error around line 297
<code>

$query_Recordset5 = "SELECT * FROM checkedout WHERE KitID = $ServerKitID\ AND 
DateIn = ''";

</code>

If you click on the Student Info page, and scroll to the bottom will see an 
error saying ..

ERROR:
You have an error in your SQL syntax; check the manual that corresponds to your 
MySQL server version for the right syntax to use near '\ AND DateIn = ''' at 
line 1

Original issue reported on code.google.com by techuser...@gmail.com on 28 Mar 2012 at 5:56