php-general Digest 18 Jul 2006 05:48:57 -0000 Issue 4245

Topics (messages 239526 through 239534):

Re: Delete an upload
        239526 by: Jay Blanchard
        239527 by: mike bellerby

Re: Image submit with mouse over
        239528 by: Chris W. Parker
        239529 by: Chris W. Parker
        239530 by: Robert Cummings
        239531 by: Skip Evans
        239532 by: Jochem Maas
        239533 by: Jay Blanchard

Name in HTML input
        239534 by: weetat

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
[snip]
I created a form where users can upload.
I'm working on the section where admins can delete entries.
When I have a user delete an entery, I have it taking out of MySQL 
(working fine)
But how do I delete the file that was uploaded?
Thanks for any help
[/snip]

http://www.php.net/unlink
 

--- End Message ---
--- Begin Message ---
You unlink it.

Mike


========================================
 Message Received: Jul 17 2006, 04:26 PM
 From: "Benjamin Adams" <[EMAIL PROTECTED]>
 To: "php php" <[email protected]>
 Cc: 
 Subject: [PHP] Delete an upload
 
 I created a form where users can upload.
 I'm working on the section where admins can delete entries.
 When I have a user delete an entery, I have it taking out of MySQL 
 (working fine)
 But how do I delete the file that was uploaded?
 Thanks for any help
 
 --------------------
 Ben
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 

--- End Message ---
--- Begin Message ---
Skip Evans <mailto:[EMAIL PROTECTED]>
    on Friday, July 14, 2006 4:33 PM said:

> My apologies to all. I assumed that JS questions
> would be entertained as the application is within
> a PHP app.

No need to apologize. My off-list email wasn't meant to berate but
merely let you know what the purpose of this list is.

But perhaps we should also field questions about how to repair
motherboards since, after all, PHP runs on servers, and servers use
motherboards. Or how about this one? "My can't keeps walking on my
keyboard while I'm trying to write a PHP page. What should I do?"


Thank you, you're beautiful. I'll be here all week folks.

Chris.

--- End Message ---
--- Begin Message ---
Chris W. Parker <>
    on Monday, July 17, 2006 10:23 AM said:

> motherboards. Or how about this one? "My can't keeps walking on my
> keyboard while I'm trying to write a PHP page. What should I do?"

Okay that should be CAT, not can't.

--- End Message ---
--- Begin Message ---
On Mon, 2006-07-17 at 13:27, Chris W. Parker wrote:
> Chris W. Parker <>
>     on Monday, July 17, 2006 10:23 AM said:
> 
> > motherboards. Or how about this one? "My can't keeps walking on my
> > keyboard while I'm trying to write a PHP page. What should I do?"
> 
> Okay that should be CAT, not can't.

So you're recanting the original?



-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

--- End Message ---
--- Begin Message ---
Chris W. Parker wrote:
Thank you, you're beautiful. I'll be here all week folks.

You forgot, "Enjoy the buffet."
--
Skip Evans
Big Sky Penguin, LLC
61 W Broadway
Butte, Montana 59701
406-782-2240

--- End Message ---
--- Begin Message ---
Chris W. Parker wrote:
> Chris W. Parker <>
>     on Monday, July 17, 2006 10:23 AM said:
> 
>> motherboards. Or how about this one? "My can't keeps walking on my
>> keyboard while I'm trying to write a PHP page. What should I do?"
> 
> Okay that should be CAT, not can't.

I thought the "can't" walking all over the keyboard was rather Kafka-esque ;-)

> 

--- End Message ---
--- Begin Message ---
[snip]
I thought the "can't" walking all over the keyboard was rather
Kafka-esque ;-)
[/snip]

In a rather existential sort of way.

--- End Message ---
--- Begin Message ---
Hi all,

 I am using php 4.3.2 , mysql db and Red Hat Enterprise.

I have some issue regarding the name in <INPUT> Tag in html , as shown below:

a:
 <input name="FOX08340027hostname[]" type="hidden" value="FOX08340027">
b:
<input name="FHK0924F0JG (2771890816)hostname[]" type="hidden" value="FHK0924F0JG (2771890816)">


I can get value from <INPUT> tag in the sample a) above , however in the sample b) , there are no value when submit form ?

Anybody have any ideas to get value in the sample b?

Thanks.                         

--- End Message ---

Reply via email to