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