# Actionscript

**URL:** https://forum.kirupa.com/t/actionscript/10993
**Category:** flash
**Created:** [January 10, 2003, 10:05am UTC](https://forum.kirupa.com/t/actionscript/10993 "2003-01-10T10:05:05Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![fishtank](https://avatars.discourse-cdn.com/v4/letter/f/b3f665/32.png) [@fishtank](https://forum.kirupa.com/u/fishtank)
#### Post date: [January 10, 2003, 10:05am UTC](https://forum.kirupa.com/t/actionscript/10993/1 "2003-01-10T10:05:05Z")

</div>

i have spent some time on actionscript and shared objects, and i would like to know if it this is possible: i want to make a username and password-login, where new users can register. for this, i would like flash mx to create or at least change a textfile (or something like that, where i can save values). i think it is possible to read the content of a textfile, and i would like to know if its possible to WRITE into it, and if, HOW to do it… :q:

thanks in advance, Fishtank0r

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 10, 2003, 1:00pm UTC](https://forum.kirupa.com/t/actionscript/10993/2 "2003-01-10T13:00:51Z")

</div>

PHP! There’s no way you can do it without PHP …or CGI/Perl/etc.  
Check out [www.flash-db.com](http://www.flash-db.com) there should be a tute about the user login!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 10, 2003, 1:49pm UTC](https://forum.kirupa.com/t/actionscript/10993/3 "2003-01-10T13:49:11Z")

</div>

thanks m8! 😏

does anyone know the php-code for writing information into a textfile?

like if someone types something into a form in flash, flash sends the content to the php-script, and this saves the information?
