
edit: No I'm doing something fundamentally more stupid than that I'm sure.
This is the Actionscript for the button to submit a variable, but it doesn't do it, nothing gets passed.
on (release) {
getURL ("middle.php", "_blank", "GET");
}
( ,
Mon 17 Feb 2003, 0:16,
archived)
This is the Actionscript for the button to submit a variable, but it doesn't do it, nothing gets passed.
on (release) {
getURL ("middle.php", "_blank", "GET");
}

expecting to be passed to middle.php? Does GetURL create a global variable?
( ,
Mon 17 Feb 2003, 0:23,
archived)

on a flash movie frame. And I think they may be global variables.
edit: I note global variables are set to off in PHP.ini. Damn I feel dim.
MANY THANKS. :D
( ,
Mon 17 Feb 2003, 0:28,
archived)
edit: I note global variables are set to off in PHP.ini. Damn I feel dim.
MANY THANKS. :D