Search found 1 match

by nicholasglen
Fri May 21, 2010 10:52 pm
Forum: PHP - Code
Topic: Cannot redeclare function
Replies: 0
Views: 67

Cannot redeclare function

I have two pieces of open source software I have installed and am changing a little. I want to call functions from both of these pieces of software in one php page, but the include files both have a function called translate(), which is giving me the error for duplicate function. These are two compl...