Syntax Question
Posted: Tue May 02, 2006 8:57 pm
Can someone help me with this?
The problem is "WHERE type = Workshop". I get the error "Error : Unknown column 'Workshop' in 'where clause'". The row is called "type" and the value is "workshop".
Thanks
Code: Select all
$query = "SELECT * FROM workshop WHERE type = Workshop ORDER BY id ASC LIMIT $offset, $rowsPerPage";Thanks