JPATX2
Technical User
- Jun 8, 2004
- 3
Hi Everyone,
I've been starring at this for an hour and a half....does anyone see a problem with this query? Thanks!
It's complains about this part: LEFT JOIN plife on projects.project_id = plife.project_id WHERE pstate = '$pstate' AND is_active = 'TRUE'";
I had it working before...not sure why it's not working now.....
I've been starring at this for an hour and a half....does anyone see a problem with this query? Thanks!
Code:
$query_projects = "SELECT * FROM projects WHERE engineer = '$engineer' AND customer = '$customer' AND platform = '$platform' AND dtype = '$dtype' AND archived = '$archived'
LEFT JOIN plife on projects.project_id = plife.project_id WHERE pstate = '$pstate' AND is_active = 'TRUE'";
It's complains about this part: LEFT JOIN plife on projects.project_id = plife.project_id WHERE pstate = '$pstate' AND is_active = 'TRUE'";
I had it working before...not sure why it's not working now.....