Re: Name in HTML input

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:


<input name="FHK0924F0JG (2771890816)hostname[]" type="hidden" value="FHK0924F0JG (2771890816)">

Space in name. Remove it.

oh, also remove '(' and ')' then check.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux