|
I am building a website for my boyfriends new company. We have our hosting and stuff through yahoo (they have a perl editor but I don't know what to do with it, and don't even know if that's what I need).
What I have now is a form, radio style with 2 questions, here's an example:
"I like red"
"I like blue" (that's not what they really say)
I need to know how to direct people who like red to one page, and people who like blue to another page.
What I've come up with is that I might need some kind of script in a cgi-bin file that will tell it (the server?) what to do for each answer. (I don't know if this is right).
So if that is what I need, then I need to see an example of a script that would do that, can anyone help me?? (Otherwise my boyfriend is going to try to figure it out later, and I would really rather not have him do that, PLEASE HELP!!) Thank you everyone in advance!!
Web building? cgi script i think? it's for a short form, help!?
if you are simply having your visitors redirected to different pages when they select blue or red (in your example)
then why not just have those links instead of a form??
if you need it to be a form then yeah you will need to use perl to setup a script to get that done. If yahoo allows you to use php then that would be easier and you can find a script online to do that. I have never used yahoo hosting though so not sure if they allow that
Web building? cgi script i think? it's for a short form, help!?
May be you can contact a freelance programmer at website like http://www.indianfreelancer.net/ to help you out.
|