Posted by m2m tech support on 08/29/06 08:45
lazypig06@gmail.com wrote:
> ... Is there anyway that I can tell PHP to
> ignore the foo() function that is being redeclare in each page ? (I
> know that I eventually have to remove foo() in every page).
Sorry, don't know of such a solution. Could you do the following?
Write a script which browses all your pages and when it finds "foo()"
just rename it to something like "foo_old()".
Cheers
[Back to original message]
|