
Francois - 2005-01-10 15:12:17 -
In reply to message 1 from Maurizio Girani
The solution is :
1. Make yourself the missinge by creating the folder "connect" and the file named "conn_data.inc.php";
In this file, write :
<?$host="your server";
$user="login";
$password="password";
$database="database name";
?>
2. In the file "jcalday.php", line 19, remove the // before "require("connect/conn_data.inc.php"); // MYSQL connection information."
And it works...