|
Posted by Rik on 10/09/95 11:46
ste wrote:
>> The only thing I can think of is that the following code sets
>> $_GET['imagetype'], allthough it didn't previsously exist.
>>
>> if(get_magic_quotes_gpc()){
>> $_GET['imagetype'] = stripslashes($_GET['imagetype']);
>> }
> I replaced the existing $where line with the one above as per your
> suggestion, and this now works perfectly! :-)
> I wouldn't have a clue why one works and one doesn't
Like I said above, $_GET['imagetype'] gets set by the code, even if it
doesn't exist, as an empty string.
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|