[PHP] Just cant figure out how this could be happening...

2002-10-03 Thread Owen Parker
hi all have a really simple query: $twowksworth = mysql_query(SELECT updates.MODELCODE, updates.SETNO, updates.FRPICNO, updates.TOPICNO, updates.CPOSTDATE, updates.ZIPFILENAME, updates.TOTPICS, models.MODELNAME FROM updates LEFT JOIN models ON updates.MODELCODE = models.MODELCODE WHERE

[PHP] Re: Two PHP questions

2002-10-03 Thread Owen Parker
Hi firstly, magic quotes have something to do with how your php server interprets the embedded php commands, or at least that's what I took it too be. I dont really know the details but it is definitely a setting in your php.ini. Maybe you can research it to your needed detail from that.