Hi im doing the following query
so I can get it to work untill I add the last
this kills the whole query what am I doing wrong? I think it has to do with using the like and where in the same query because I havnt run into this issue before the query seems simple enough to me.
Thanks
Code:
SELECT * FROM networkinfo JOIN tblimage WHERE networkinfo.network LIKE '$data' && networkinfo.network = tblimage.imgdata && networkinfo.category = '$category'
Code:
&& networkinfo.category = '$category'
Thanks
Comment