flash / php

Out of context: Reply #13

  • Started
  • Last post
  • 23 Responses
  • randoman0

    I've accomplished this with LoadVariables as well...

    sending a URL encoded string to the PHP from Flash; which then queries the database and returns the results in the format used by Flash (ie. var1=your text result here&var2=More text here, etc.).

    It's really just a matter of writing the PHP to handle input and output correctly. I'm not sure what PHP headers are, I didnt have to use them for my purposes. Just did a "while" statement in the PHP which builds the string for LoadVariables based on the query results.

View thread