-
Newbie Question
Hi, I just started learning JavaScript yesterday and I dont know if
it would be able to do it using JavaScript...
Lets say I have a Registration Form, and in that form, I have a
text box for the name, email address, and so on, and then I have
a submit button...
after the form is submitted, where is all that information sent?
or how can i save it into my onw database?
-
i don't know how to do it in Javascript, but if you want the PHP, just say the word!
-
post this question on the asp/vbscript page.
-
Unless your server supports server-side JavaScript (few do), there's no way to do this in JS.
CGI can do it, PHP can do it, JSP can do it, ASP can do it.
-
Oh, I see..
I was going about it all wrong..
I was using the wrong tone!
Thanx every1!