this doesnt work on the force 9 server live any ideas? but it does work locally and all information is the same in the database?
Internet Server - 3.23.56 1
Local Server - 4.0.14-nt 1
so is there any way i can make this sql work in both versions?
PHP:
SELECT tblprojects.projectid, tblprojects.projectname, tblprojects.projecticon, tblprojects.projecttext, tblservicedata.servicedataid, tblprojectassociations.projectassociationid, tblprojectassociations.projectid, tblprojectassociations.servicetypeid FROM tblprojects INNER JOIN (tblprojectassociations INNER JOIN tblservicedata ON tblprojectassociations.servicetypeid=tblservicedata.servicedataid) ON tblprojectassociations.projectid=tblprojects.projectid GROUP BY tblprojects.projectid
many thanks