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
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/
-
[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
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
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
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
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
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
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
9 matches
Mail list logo