hi all
here is a realy simple tag i found and i am wondering what it is and why it works somtimes
[HTML]
<img src=?gim='home1 '>
[/HTML]
when i do this my $_REQUEST[gim] dosen't return any value but when i
[HTML]
<img src?gim=1>
[/HTML]
this returns a 1 in $_REQUEST[gim]
if anyone can tell me what is going on here i would appreiate it
eric
here is a realy simple tag i found and i am wondering what it is and why it works somtimes
[HTML]
<img src=?gim='home1 '>
[/HTML]
when i do this my $_REQUEST[gim] dosen't return any value but when i
[HTML]
<img src?gim=1>
[/HTML]
this returns a 1 in $_REQUEST[gim]
if anyone can tell me what is going on here i would appreiate it
eric
Comment