[PHP-DB] Converting english date formats to french....

2001-12-17 Thread Vincent Beaulieu
Hi All, Does anyone have a quick and easy trick to convert dates from a MySQL database from English to French? I have a Calendar that uses PHP and MySQLworks wonderfully in English...having trouble converting the dates to a French format though. Are there built-in MySQL or PHP functions that

[PHP-DB] Getting apache to recognize"index.php"....

2001-12-04 Thread Vincent Beaulieu
Can anyone tell me where to configure apache so that it recognizes index.php as the index of a directory? I tried looking through the httpd.conf file for the option to add an extension...couldn't see anything! My server treats index.html files correctly...(but is not working with index.php)! HEL