Cannot redeclare date_add() I recently had this problem at my uklearners.com directory: Fatal error: Cannot redeclare date_add() in www/uklearners.com/include/functions.php on line 1086 It seems the problem occurred since my webhosting upgraded php to php5.3 Here’s what I did to solve the problem: 1. In functions.php found the code function date_add and added an A...




