Skip to main content
Inspiring
February 19, 2008
Question

Unknown actionscript/php problem

  • February 19, 2008
  • 1 reply
  • 376 views
I have created a form in a flash as 2 document. After the user clicks a button it sends 3 variables to PHP, username, email and passwrd. PHP then creates a text file called (username) that contains the username, email and password in a layout flash can read. However, when the button is clicked it does not save the text file.

I have read through these scripts several times and cannot see any faults. I have check permissions and every thing i can think of. Thanks for any help.

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
February 19, 2008
your

$fp = fopen(

line contains a stray character after the left paranthesis. remove that and retest.