Hey, I am taking a Web Programming class…we have to create an HTML form, then use ASP to take that info, and then use it on the next page.
I decided to do some sort of “mad libs” thing. Does my server have to support ASP? and if so, is it pretty standard for servers to support it? I think I have a decent server, they support mySQL, PHP and stuff. Anyways, anyone know how to get the info the user enters to show up?
I have this…
<% =response.write (form.name) %>
But I don’t know if that’s right (I have an input box type text named “name”
any help?
Thanks alot