PDA

Click to See Complete Forum and Search --> : Newbie Question


Osiris
Nov 11th, 2003, 09:33 AM
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?

morrowasted
Nov 11th, 2003, 07:28 PM
i don't know how to do it in Javascript, but if you want the PHP, just say the word!

davebat
Nov 12th, 2003, 01:13 AM
post this question on the asp/vbscript page.

CornedBee
Nov 12th, 2003, 03:08 AM
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.

Osiris
Nov 12th, 2003, 10:02 AM
Oh, I see..
I was going about it all wrong..
I was using the wrong tone!

Thanx every1!