Connecting Tech Pros Worldwide Forums | Help | Site Map

Form value submission problems

Ababo
Guest
 
Posts: n/a
#1: Mar 9 '06
Hi everyone. I'm having a little problem with my php in that when I
submit a value with more than one word from a form, (for example,
"Cineworld Renfrew Street"), only the first word seems to get
submitted, so that when processing it after submission, only
"Cineworld" is available. Is there a way I should be formatting form
values to prevent this? Any help would be much appreciated. :)

Daniel


Jerry Stuckle
Guest
 
Posts: n/a
#2: Mar 9 '06

re: Form value submission problems


Ababo wrote:[color=blue]
> Hi everyone. I'm having a little problem with my php in that when I
> submit a value with more than one word from a form, (for example,
> "Cineworld Renfrew Street"), only the first word seems to get
> submitted, so that when processing it after submission, only
> "Cineworld" is available. Is there a way I should be formatting form
> values to prevent this? Any help would be much appreciated. :)
>
> Daniel
>[/color]

Daniel,

Without some code it's hard to tell what your PHP question is.

However, this doesn't sound like a PHP question at all. Forum
submission is HTML, not PHP. You might try alt.html.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Closed Thread