> And sorry but no, I can't just delete one of the functions...these
scripts
> are used in many other places by themselves without the other..so
script A
> has to be able to have this function on its own page, and so does
script B
> on its own page.

And sorry but no, you can't have two functions with the same name.
Period. Use some logic when you're programming and rethink your
solution. Use function_exists() before each function declaration so you
don't declare it twice? Are both functions exactly the same?

---John Holmes..


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to