php-general | 2001062
Date: 06/20/01
- Next message: scott [gts]: "RE: [PHP] OT - filtering problems"
- Previous message: scott [gts]: "RE: [PHP] Calculate # of minutes during working hours between two dates"
- Next in thread: Lenar Lohmus: "Re: [PHP] a DOT or a BLANK SPACE"
- Reply: Lenar Lohmus: "Re: [PHP] a DOT or a BLANK SPACE"
- Reply: TunkeyMicket: "Re: [PHP] a DOT or a BLANK SPACE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi. We HAVE TO use names like Num. or Home Address in for our input tags in
the forms. That is:
<input type="text" name="Num.">
<input type="text" name="Home Address">
When I receive the info in my PHP file, after the form has been posted, the
variable name I get is: 'Num '. So, the dots are being replaced for a blank
space. I can't take for granted that any blank space is a dot since my
inputs names are using them.
How can I identify between this two variable names?
Thanks for your help!
Regards,
Jaime
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: scott [gts]: "RE: [PHP] OT - filtering problems"
- Previous message: scott [gts]: "RE: [PHP] Calculate # of minutes during working hours between two dates"
- Next in thread: Lenar Lohmus: "Re: [PHP] a DOT or a BLANK SPACE"
- Reply: Lenar Lohmus: "Re: [PHP] a DOT or a BLANK SPACE"
- Reply: TunkeyMicket: "Re: [PHP] a DOT or a BLANK SPACE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

