Gilco,
I am not sure what's going on, the sendAndLoad you have looks fine, there is
nothing wrong with it, but I try your PHP script and nothing comes back.
Maybe you should go back to your PHP create a simple form and test it in
cases where you send empty variables, no variables at all to see how it
reacts, once your scripts works the way it should go back to flash.
Right now if I load your URL straight in the browser I get:
Notice: Undefined variable: fn in
/home/qwfkeff/public_html/stats/statsscript/stat_loger.php on line 4
Notice: Undefined variable: fn in
/home/qwfkeff/public_html/stats/statsscript/stat_loger.php on line 5
Notice: Undefined variable: handler in
/home/qwfkeff/public_html/stats/statsscript/stat_loger.php on line 19
Notice: Undefined variable: handler in
/home/qwfkeff/public_html/stats/statsscript/stat_loger.php on line 25
And if I create an HTML form, and POST to your PHP script, I get nothing
(blank page).
Try to deactivate all the error warnings, and notices and have it load
something. Or set up a text file, like
http://www.bananafilm.com/stats/statsscript/stat_loger.txt with success=true
inside of it, and see if you can at least load that in flash. If you can,
then focus on your PHP.
JG
[quoted text, click to view] "gilco123" <webforumsuser@macromedia.com> wrote in message
news:ejpqsk$9r6$1@forums.macromedia.com...
>I added a return true to the PHP file, and it dont work.
> It just look like the FLASH file dont even start the function to try
> to send and load any parameters.
> so I am still lost here.
> Gilco123