PDA

View Full Version : how to pass value from one php file to another within the same flash movie?



a_e_i_o_u
August 6th, 2007, 05:01 PM
how do you do this?

for example: user logs in at frame 1, gets to the content in frame 3 and needs the login user name for php mysql query

basically, is there a command in php that will pass a value to another php file?

- OR -

can you run multiple mysql querys in the same php file? i want buttons in different frames to do different things to the data in the database.

jungalo
August 6th, 2007, 05:19 PM
I think you want to pass the variable data from within the login frame to the 3rd frame. I don't know how to do this though.

good luck!=)

eirche
August 6th, 2007, 08:41 PM
use sessions