[Flash8 AS] Posting Data to PHP/MySQL Database

Hi, Can anyone direct me or guide me through as to how I can send some text in a dynamic flash textfield to a mySQL database and vice versa?

Basically I’ve created a text field - assuming it has to be dynamic (with an instance name of “tUserdata”), it’s going to be multiline text, and upto 255 characters. As the user clicks the submit button, the data held in the flash text field is sent to the mySQL database and stored there. I understand that i have to use PHP as well - and heard i need to use the loadVars function.

Could anyone help me especially with the coding in PHP and connecting to a MySQL database, and what actionscript i need to insert… it probably sound really easy for u guys