Re: [php-list] Displaying pics without URL ?

2006-04-24 Thread Gordon Stewart
On 4/24/06, Martin Halford <[EMAIL PROTECTED]> wrote: > This is an HTML/CSS question, not PHP.  You can define background images > in your CSS which cannot be downloaded by right-clicking on them, nor do > they appear in the page source.  However, the user could still > interrogate the styleshe

Re: [php-list] Displaying pics without URL ?

2006-04-24 Thread Martin Halford
Gordon Stewart wrote: > Hi there, > > Is there a way for a PHP script to display / show a picture, while > hiding the URL of the actual picture ? > > -- > G Gordon, This is an HTML/CSS question, not PHP.  You can define background images in your CSS which cannot be downloaded by right-clicking

Re: [php-list] Displaying pics without URL ?

2006-04-24 Thread Patrick Bierans
> Is there a way for a PHP script to display / show a picture, while hiding > the URL of the actual picture ? You can use something like: showpicture.php?id=1231   include('myfunctions.php');   $file=get_url_for_image_to_this_id($_REQUEST['id']);   $ext=end(split("\.",$file));   header('con

[php-list] Displaying pics without URL ?

2006-04-24 Thread Gordon Stewart
Hi there, Is there a way for a PHP script to display / show a picture, while hiding the URL of the actual picture ? -- G Yahoo Archives by email = Yes http://groups.kwister.com/owners.php#add NZ community groups - [EMAIL PROTECTED] Community email addresses:   Post message: php-list@yaho