I'm working on a form in Flash that I have successfully been able to connect to a PHP file that sends to a MySQL db, then another PHP file that displays the db data.
How can I connect the textarea component with my "comments" field in my db? It's not as simple as an input text line that has a 'var' that corresponds to a variable in the submitting PHP file...
Any easy way to give that textarea a variable?
Thanks.
How can I connect the textarea component with my "comments" field in my db? It's not as simple as an input text line that has a 'var' that corresponds to a variable in the submitting PHP file...
Any easy way to give that textarea a variable?
Thanks.