PDA

View Full Version : Newbie - Getting information from a form, into an array.


AndyK001
02-09-2005, 12:32 AM
Hi all,

I am working on some Uni work, and lack the programming ability to complete the following:

I want to create a form, where data like name, address, etcetera can be added, then use JavaScript arrays for storing the registration information. The system should enable the user to enter, and update data to and from the arrays.

I know this may seem basic, but I'm really stuck and don't know how to do this.

Best Regards

Andy

Philip M
02-09-2005, 07:24 AM
JavaScript cannot read/write information to a file. You can only do that
with a server-side language such as Perl or PHP.