A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: PHP and AS

  1. #1
    Registered N00b
    Join Date
    Jan 2005
    Location
    i'm a noob
    Posts
    208

    PHP and AS

    How do I take variable from a .SWF file running in a browser and use PHP to write those variables to a web server? I already have a website that supports PHP.
    ^ noob

  2. #2
    Registered N00b
    Join Date
    Jan 2005
    Location
    i'm a noob
    Posts
    208
    I'm pretty sure it has something to do with mySQL, but I have no clue.
    ^ noob

  3. #3
    Senior Member ihoss.com's Avatar
    Join Date
    Oct 2004
    Location
    Norway
    Posts
    581
    fwrite()

    Code:
    var lv:LoadVars = new LoadVars();
    lv.send("http://www.yoursite.com/phpfile.php?variable1="+variable1+"&variable2="+variable2, "newwin", "GET");

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center