# Registration with PHP + MySQL

**URL:** https://forum.kirupa.com/t/registration-with-php-mysql/96834
**Category:** Uncategorized
**Created:** [December 14, 2003, 10:00am UTC](https://forum.kirupa.com/t/registration-with-php-mysql/96834 "2003-12-14T10:00:08Z")
**Posts on this page:** 2
**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/96834/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)

---

<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: [December 14, 2003, 9:09pm UTC](https://forum.kirupa.com/t/registration-with-php-mysql/96834/2 "2003-12-14T21:09:39Z")

</div>

Yes, I would create another section for the flash movie, ie a registration section. Then in that page, I would have a couple input boxes name, username, password etc. Have that information sent to a different php page, that writes to the datatbase that you are using on the other page. Where on the other page you are using a SELECT from statement, here you will use an INSERT INTO.

Its a pretty easy thing to do, esp if you understand what you were doing in that tutorial. But I would set it up as a new section of the flash movie and a different php page
