Help! Fatal error: Cannot redeclare function - PHP Tutorial
Sat, 02/20/2010 - 16:01 — igan
"Fatal error: Cannot redeclare function" - Ouch. This tutorial tells you how to get around this common problem. Check if a function exists before defining a function. Mini-Tutorial