I have a php program that sends images to my html pages.
<img src="url/send.php?id=wha tever" ...
How can I stop people from linking this php program from another site or
simply typing it into their browser address bar?
Can I stop a 'wget' for example?
Thanks,
gsb
<img src="url/send.php?id=wha tever" ...
How can I stop people from linking this php program from another site or
simply typing it into their browser address bar?
Can I stop a 'wget' for example?
Thanks,
gsb
Comment