Re: [PHP] Name in HTML input

2006-07-18 Thread Sameer N Ingole
weetat wrote: input name=FHK0924F0JG (2771890816)hostname[] type=hidden 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

Re: [PHP] Name in HTML input

2006-07-18 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 INPUT Tag in html , as shown below: a: input name=FOX08340027hostname[] type=hidden value=FOX08340027 b: input name=FHK0924F0JG (2771890816)hostname[] type=hidden

Re: [PHP] Name in HTML input

2006-07-18 Thread Sameer N Ingole
Sameer N Ingole wrote: weetat wrote: input name=FHK0924F0JG (2771890816)hostname[] type=hidden 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

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: input name=FHK0924F0JG (2771890816)hostname[] type=hidden value=FHK0924F0JG (2771890816) Space in name. Remove it. oh, also

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 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 Sameer N Ingole
input name=FHK0924F0JG (2771890816)hostname[] type=hidden value=FHK0924F0JG (2771890816) Space in name. Remove it. oh, also remove '(' and ')' then check. This should be your second input tag. input name=FHK0924F0JG_2771890816hostname[] type=hidden value=FHK0924F0JG (2771890816)

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

[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 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