Hello!
I'm kind of new here and my english is not very good, so I hope you can understand me. And I hope this is the right forum, but I don't know where to post my problem.
I want to try something very easy. I made a Flash movie with one textfield (input), called "name", and one button.
Now I want if somebody presses the button, that the movie ends, and in the address row of my browser comes out:
hello.php?name=something
and that the hello.php starts
I just want a formular with Flash and after pressing the button the movie should end and the rest I need to do with PHP, HTML and MySQL.
Can somebody help me out and explain it to, or give me the script for the button? It tried it with
on (press) {
LoadVariablesNum ("hello.php?name=&"+name, 0);
}
but it is not working.
My hello.php looks like this:
<?php
print "Hello $name";
?>
Thats all. I don't want more at the beginning. Just that 🙂
Hope you can help me.
Thanks for you help
Hauke 🙂