sideburn
05-30-2005, 11:58 AM
I've got an apache server running with php and mysql.
But php is not taking my variables passed in from my flash movie.
When I do this:
trace(RegName); //all is good
loadVariablesNum("http://192.168.1.100/Register.php?RegName="+RegName, 0);
A new entry gets added into my sql database but the name field is blank.
So everything is talking to the database but all the variables being passed
are blank. Its also doing this with flash remoting. Its got something to do
with my server. Any help would be appreciated.
Thanks
But php is not taking my variables passed in from my flash movie.
When I do this:
trace(RegName); //all is good
loadVariablesNum("http://192.168.1.100/Register.php?RegName="+RegName, 0);
A new entry gets added into my sql database but the name field is blank.
So everything is talking to the database but all the variables being passed
are blank. Its also doing this with flash remoting. Its got something to do
with my server. Any help would be appreciated.
Thanks