A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: How would I call this var in flash from php

  1. #1

    How would I call this var in flash from php

    I am using
    PHP Code:
    data1 $row->data1 
    as my reference to output data from my mysql table. How would I call this var in flash?

  2. #2
    Child Prodigy Fat_N_Furry's Avatar
    Join Date
    Oct 2002
    Posts
    551
    You have to print the variable as if you were printing it to the page.

    To pass a single variable:
    PHP Code:
    print "myVariable=myValue"
    If you want to pass multiple variables, do this:
    PHP Code:
    print "&myVariable1=myValue1&myVariable2=myValue2&myVariable3=myValue3"
    Code:
      hobby = webDesign; waitYears(3);
      job = webDesign; this.love(job);

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