# Registration with PHP + MySQL

**URL:** https://forum.kirupa.com/t/registration-with-php-mysql/37784
**Category:** flash
**Created:** [December 14, 2003, 10:00am UTC](https://forum.kirupa.com/t/registration-with-php-mysql/37784 "2003-12-14T10:00:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Lucremonkey](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/lucremonkey/32/374_2.png) [@Lucremonkey](https://forum.kirupa.com/u/Lucremonkey)
#### Post date: [December 14, 2003, 10:00am UTC](https://forum.kirupa.com/t/registration-with-php-mysql/37784/1 "2003-12-14T10:00:08Z")

</div>

Hey,  
I did this tutorial from this site:  
[http://www.kirupa.com/developer/actionscript/authentication.htm](http://www.kirupa.com/developer/actionscript/authentication.htm)

It tells me how I can let a flash movie check if people are registered.  
I was wondering how I could add a function where people can register, so their username + password is stored in the MySQL database (instead of static users that were inserted by me, I want people to be able to add their own username + password)
