TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

client alters a file..

Page: 1 Reply
Jul 6th 2003#111901 Report
Member since: May 24th 2003
Posts: 212
hey

after the .txt to html tut by Hunkorama417 i have another (yawn)

can someone tell me how i can allow/set up code that allows a client/user to edit a file.

eg.
var UserText=(TextArea);

where TextArea is the name given to an imput box maybe?

(i do not have a clue so this might not make sense)

basically i want a use to set the variable "UserText" and then allow me to use that input (lets say "apples") in a way i can put ;


i like 'apples'

code;

document.write("i like"); UserText;

something like that, please help !!!!!

thank you.
Reply with Quote Reply
Jul 7th 2003#112147 Report
Member since: Jun 30th 2001
Posts: 447
There is no possible way for a user to alter the contents of a file using client-side languages like JavaScript. You need something on the server side like PHP or Perl.
Reply with Quote Reply
Jul 8th 2003#112242 Report
Member since: May 24th 2003
Posts: 212
damn!!

oh well,

cheers...
Reply with Quote Reply
Jul 28th 2003#115390 Report
Member since: Jun 14th 2002
Posts: 60
or asp.net
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum