PDA

View Full Version : need help please


rjkdonaldson
05-19-2007, 07:29 AM
:) Hi was wandering if anybody could help me with jscript.My program requires a simple login form and I was wandering if it were possible to read and write the info to a txt file for eg notepad there for showing a increase in users and their details this is possible without using mysql and asp right?

glenngv
05-21-2007, 06:43 PM
You need a server-side language to be able to create a text file to the server. Client-side scripting cannot do that.

rjkdonaldson
05-22-2007, 08:36 AM
thx 4 the reply