Click to See Complete Forum and Search --> : Fake PHP or something


lilaznclucle
09-28-2003, 12:39 PM
Is there any way to write data into a text document on a server using javascript (such as in games lvl,power,money,passwords,usernames...etc.)and then when the user tries to sign in it looks through the list for matches or on the profile or stats page it writes the money,power,orlvl in dynamically depending on the user who is signed in?

If the last one is not possible with javascript then is using javascript to write into a document possible?

Khalid Ali
09-28-2003, 12:43 PM
Its not possible to write onto a file on a webserver or a disk using JavaScript,however,you can change an HTML document at runtime if you wish,Those changes will only last for the life of the page as soon as you reload or leave the site changes will be discarded