PDA

View Full Version : saving info on webpage


jccmomma
07-02-2002, 07:24 PM
Help! I need to set up javascript for a webpage that will be accessed by a password and will allow users to type information into a calendar that can be stored for the next users to see and edit also.
I have a table already made, I just need to add a script that will allow it to save the entered information for the next user to view.

Thanks

joh6nn
07-02-2002, 07:34 PM
javascript can't save information to the server. you have to use a server side language

jccmomma
07-02-2002, 07:59 PM
How do I do this? Would I have to get in touch with the server people?

Phip
07-02-2002, 08:20 PM
You need to use PHP, ASP, or Perl. You can ony use 'em if your host supports them.

joh6nn
07-02-2002, 09:14 PM
yes, you have to talk to the server people.