Hi
I’m having a problem with the “data.php” file, where I have the Database configuration lines.
When I have my project in my Localhost, and I fill
$res=mysql_connect(“localhost”,“something”,“something”);
mysql_select_db(“database_name”);
everything goes right.
But when I put my project in a private host, and I fill the lines above, my Gantt doesn’t work. It doesn’t return any error, but It just dont work. :X
Any ideas? Please, it’s urgent ://