Re: [PHP] Name in HTML input

2006-07-17 Thread Sameer N Ingole
Sameer N Ingole wrote: weetat wrote: value="FHK0924F0JG (2771890816)"> Space in name. Remove it. oh, also remove '(' and ')' then check. -- Sameer N. Ingole http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http://www.php.n

Re: [PHP] Name in HTML input

2006-07-17 Thread Ligaya Turmelle
weetat wrote: Hi all, I am using php 4.3.2 , mysql db and Red Hat Enterprise. I have some issue regarding the name in Tag in html , as shown below: a: b: value="FHK0924F0JG (2771890816)"> I can get value from tag in the sample a) above , however in the sample b) , there are no val

Re: [PHP] Name in HTML input

2006-07-17 Thread Sameer N Ingole
weetat wrote: value="FHK0924F0JG (2771890816)"> Space in name. Remove it. -- Sameer N. Ingole http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Name in HTML input

2006-07-17 Thread weetat
Hi all, I am using php 4.3.2 , mysql db and Red Hat Enterprise. I have some issue regarding the name in Tag in html , as shown below: a: b: value="FHK0924F0JG (2771890816)"> I can get value from tag in the sample a) above , however in the sample b) , there are no value when submit

RE: [PHP] Image submit with mouse over

2006-07-17 Thread Jay Blanchard
[snip] I thought the "can't" walking all over the keyboard was rather Kafka-esque ;-) [/snip] In a rather existential sort of way. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Image submit with mouse over

2006-07-17 Thread Jochem Maas
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" wal

Re: [PHP] Image submit with mouse over

2006-07-17 Thread Skip Evans
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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

RE: [PHP] Image submit with mouse over

2006-07-17 Thread Robert Cummings
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 ca

RE: [PHP] Image submit with mouse over

2006-07-17 Thread Chris W. Parker
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. -- PHP General Mailing List (http://www.php.net/) To unsubsc

RE: [PHP] Image submit with mouse over

2006-07-17 Thread Chris W. Parker
Skip Evans 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 purp

RE: [PHP] Delete an upload

2006-07-17 Thread mike bellerby
You unlink it. Mike Message Received: Jul 17 2006, 04:26 PM From: "Benjamin Adams" <[EMAIL PROTECTED]> To: "php php" Cc: Subject: [PHP] Delete an upload I created a form where users can upload. I'm working on the section where admins can delet

RE: [PHP] Delete an upload

2006-07-17 Thread Jay Blanchard
[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 --

[PHP] Delete an upload

2006-07-17 Thread Benjamin Adams
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 Mai