PHP Classes

jcal

Recommend this page to a friend!

      jcal  >  All threads  >  jcal  >  (Un) Subscribe thread alerts  
Subject:jcal
Summary:conn_data.inc.php
Messages:6
Author:Maurizio Girani
Date:2005-01-10 07:21:21
Update:2005-01-17 20:45:26
 

  1. jcal   Reply   Report abuse  
Picture of Maurizio Girani Maurizio Girani - 2005-01-10 07:21:21
i can't find the: "conn_data.inc.php" file

  2. Re: jcal   Reply   Report abuse  
Picture of Francois Francois - 2005-01-10 14:59:42 - In reply to message 1 from Maurizio Girani
Yes, it wasn't into the zip file !

Please send a new complete zip file !

  3. Re: jcal   Reply   Report abuse  
Picture of Francois 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...

  4. Re: jcal   Reply   Report abuse  
Picture of Maurizio Girani Maurizio Girani - 2005-01-10 16:05:52 - In reply to message 3 from Francois
many thanks

  5. Re: jcal   Reply   Report abuse  
Picture of Francois Francois - 2005-01-11 07:33:34 - In reply to message 4 from Maurizio Girani
Have you got an idea to have, in first day of the week 'Monday' better than 'Sunday'. Because, in France, the week begin the Monday !

  6. Re: jcal   Reply   Report abuse  
Picture of Jamie McCoard Jamie McCoard - 2005-01-17 20:45:26 - In reply to message 3 from Francois
Thank you Francois. I like to keep my passwords seperate from my code. I didn't include this file originally, but it appears the code is misleading without it. I will include and update the jcal tonight.

Thanks again everyone for your feedback and for using the jcal. I will try on the next release for a easy way to select the first day of the week.

Jamie McCoard