--- Mario de Frutos Dieguez <[EMAIL PROTECTED]> wrote:
> I have a page where i place an image but i want when
> i show the image delete it. How can i do this?
Some good suggestions so far but to be a little more
explicit this is how you would do it. Essentially you
want to have your image tag po
> I have a page where i place an image but i want when i show
> the image delete it. How can i do this?
>
What I would probably do is create a cleanup function/class in the script
that gets a list of all the images in the directory in question and deletes
anything that more then, say, an hour o
TED]
Cc: php-general@lists.php.net
Subject: RE: [PHP] Image and PHP
Hi Mario
you can use something like
And in delete_pic.php write something like:
unlink ($_GET['fn']);
-Original Message-
From: Mario de Frutos Dieguez [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 14, 2005 10:
ubject: Re: [PHP] Image and PHP
Petar Nedyalkov escribiÃ:
>On Thursday 14 April 2005 10:06, Mario de Frutos Dieguez wrote:
>
>
>>I have a page where i place an image but i want when i show the image
>>delete it. How can i do this?
>>
>>
>
>You w
Mario de Frutos Dieguez wrote:
Petar Nedyalkov escribió:
On Thursday 14 April 2005 10:06, Mario de Frutos Dieguez wrote:
I have a page where i place an image but i want when i show the image
delete it. How can i do this?
You want to delete it from the clients machine or what?
--
Mario de
Petar Nedyalkov escribió:
On Thursday 14 April 2005 10:06, Mario de Frutos Dieguez wrote:
I have a page where i place an image but i want when i show the image
delete it. How can i do this?
You want to delete it from the clients machine or what?
--
Mario de Frutos Dieguez
División de I
On Thursday 14 April 2005 10:06, Mario de Frutos Dieguez wrote:
> I have a page where i place an image but i want when i show the image
> delete it. How can i do this?
You want to delete it from the clients machine or what?
>
> --
> Mario de Frutos Dieguez
>
> División de Ingeniería del Software
I have a page where i place an image but i want when i show the image
delete it. How can i do this?
--
Mario de Frutos Dieguez
División de Ingeniería del Software
y Comunicaciones
CARTIF -Parque Tecnológico Boecillo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
8 matches
Mail list logo