globals question ...
Posted: Wed Aug 22, 2007 7:47 am
Hi all,
I've got me a flash form that send the vars to php using the sendAndLoad.
I am trying to get one of the flash vars into a global variable in php and use it all
over the website, whenever I what and in whatever file I need.
All is working well except the global php.
That is the relevant part in php:
global $title;
$title = $_POST['Title'];
Can anyone help?
Thanks,
A.O
I've got me a flash form that send the vars to php using the sendAndLoad.
I am trying to get one of the flash vars into a global variable in php and use it all
over the website, whenever I what and in whatever file I need.
All is working well except the global php.
That is the relevant part in php:
global $title;
$title = $_POST['Title'];
Can anyone help?
Thanks,
A.O