Can PHP take information from a form field and send users to a specific page upon hitting the submit button depending on the value in the field? For example, if I had a "State" field, could it take people from California to a specific page and people from New York to yet a different page?
Can PHP do this?
17
Can PHP take information from a form field and send users to a specific page upon hitting the submit button depending on the value in the field?
For example, if I had a "State" field, could it take people from California to a specific page and people from New York to yet a different page?
From what little I know about PHP I would guess that an else if type deal is what I'm looking for.
If so, how would that code be put into the form so that it knows to look for the field input?
Does this make sense? I'm not sure I'm explaining it the clearest.
Thanks in advance for any help.
Edit: Is it possible to only take part of the input from the field? So if someone put Arkansas and I only wanted to take "kansas" could it take people from Arkansas to the Kansas page? In other words, is it possible to evaluate only part of the input from a given field?
For example, if I had a "State" field, could it take people from California to a specific page and people from New York to yet a different page?
From what little I know about PHP I would guess that an else if type deal is what I'm looking for.
If so, how would that code be put into the form so that it knows to look for the field input?
Does this make sense? I'm not sure I'm explaining it the clearest.
Thanks in advance for any help.
Edit: Is it possible to only take part of the input from the field? So if someone put Arkansas and I only wanted to take "kansas" could it take people from Arkansas to the Kansas page? In other words, is it possible to evaluate only part of the input from a given field?
- Leanne King
- Mike Bogowski
- Sean Donahoe
- [1] reply
- Lance K
- Sean Donahoe
- [1] reply
- Lance K
- [1] reply
- wayfarer
- entrepenerd
- [1] reply
- rwil02
- [1] reply
- DonTino
- xanol
Next Topics on Trending Feed
-
17