hi all
i have a big problem, im using easyphp to run the php and mysql server and i try con connect my flash project with the mysql data base using php, with the easyphp version 1.5 i dont have any problem but when i actualize to 1.7 version ( i need the version because i need an advanced mysql version to run my adtional querys) the php sentence do i send from the flash to the php register script dont work
i was using this code in flash
loadVariablesNum("http://localhost/mysite/regcode.php?one="+reg001);
and this code in php
// Preforms the SQL query
$query = "INSERT INTO $table (Name) VALUES ('$one')";
Please any one know why happen this if i have something wrong in my configuration?
Any idea?
Thanks a lot


