Let's say you've got an image being linked from elsewhere. Ex: <img src="foo.jpg" /> Instead of calling "foo.jpg", you can call a php file like so: <img src="image_processor.php?file=foo" /> Use the PHP file to 1) make sure file requests are coming from your domain and 2) serve up the file requested. Quite often people will just serve up an alternate file outside of their domain that has text like "Stop stealing my bandwidth". That method will get you out of a bind on this sort of thing most of the time. On Sep 17, 2007, at 4:58 PM, O. Martin Chevez Colmenares wrote: > > Dear friends, > > > > > > There is a need to hide links in mi web site > Other web site do link consuming bandwidth. > > <param name="FileName" VALUE="<?echo $codprog ;?>"> > > in the firefox view source code i see the link > thanks > > O.Martin Chevez Colmenares > telefono 953-941432 > martinchevez@xxxxxxxxx > > __________________________________________________ > Correo Yahoo! > Espacio para todos tus mensajes, antivirus y antispam ¡gratis! > Regístrate ya - http://correo.espanol.yahoo.com/ > > [Non-text portions of this message have been removed]