Re: [PHP] Name in HTML input

2006-07-18 Thread Ligaya Turmelle
Jay Blanchard wrote: [snip] Thanks for your info. I am new in PHP , how to remove the the space and '(',')' ? [/snip] Use the delete key. LOL -- life is a game... so have fun. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Name in HTML input

2006-07-18 Thread Sameer N Ingole
value="FHK0924F0JG (2771890816)"> Space in name. Remove it. oh, also remove '(' and ')' then check. This should be your second input tag. value="FHK0924F0JG (2771890816)"> Read http://php.net/variables .. to know why it didn't work.. -- Sameer N. Ingole http://weblogic.noroot.org/ -

RE: [PHP] Name in HTML input

2006-07-18 Thread Jay Blanchard
[snip] Thanks for your info. I am new in PHP , how to remove the the space and '(',')' ? [/snip] Use the delete key. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Name in HTML input

2006-07-18 Thread nicolas figaro
weetat a écrit : Hi , Thanks for your info. I am new in PHP , how to remove the the space and '(',')' ? hi, $newstring = str_replace(" ","_",$string); $newstring = str_replace(",","_",$newstring) hope this'll help N F Thanks Sameer N Ingole wrote: Sameer N Ingole wrote: weetat wrote

Re: [PHP] Name in HTML input

2006-07-18 Thread weetat
Hi , Thanks for your info. I am new in PHP , how to remove the the space and '(',')' ? Thanks Sameer N Ingole wrote: Sameer N Ingole wrote: weetat wrote: value="FHK0924F0JG (2771890816)"> Space in name. Remove it. oh, also remove '(' and ')' then check. -- PHP General Mailing

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