Hi guys,
I am trying to test a simple flash based chat room locally. I get an error :
-----------------
Error opening URL 'file:///C|/xampp/htdocs/first_access.php?submit=true&username=kl'
undefined
-------------------------
Can chat be tested locally ? Why does it return an error.
The part of the script is :
// ---- php files path ---- //
read_mysql = "read_mysql.php";
write_mysql = "write_mysql.php";
login_mysql = "first_access.php";
// --------------------
And it seems that it has problems with opening these files...Does anyone know why ? Thank you.
I am trying to test a simple flash based chat room locally. I get an error :
-----------------
Error opening URL 'file:///C|/xampp/htdocs/first_access.php?submit=true&username=kl'
undefined
-------------------------
Can chat be tested locally ? Why does it return an error.
The part of the script is :
// ---- php files path ---- //
read_mysql = "read_mysql.php";
write_mysql = "write_mysql.php";
login_mysql = "first_access.php";
// --------------------
And it seems that it has problems with opening these files...Does anyone know why ? Thank you.