Save data into MySQL

I have a button in Swf. By pressing this button, text in text.text is passed to a table called user by php.

The table looks like this :
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
name VARCHAR (80));

Please supply Flash AS2 and php code.