Jump to content

code debug help please?


GrahamMercer

Recommended Posts

I am getting the following error message

SQL 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 'order by RaceSetupID' at line 1 SQL errno: 1064 SQL: select * from hesketh_racesetups where IndividualRaceID = order by RaceSetupID

 

The offending line of code is

 

$sql = "select * from xxxxxxx_racesetups where IndividualRaceID = $mrid order by RaceSetupID";

 

($mrid is previously set by the line $mrid = $row->IndividualRaceID;)

 

Thanks for any help that can be offered :)

Graham

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...