01-06-2010, 11:55 AM
|
#4 (permalink)
|
|
The Wanderer
Join Date: Dec 2008
Location: Auckland, NZ
Posts: 24
Thanks: 0
|
No, the problem is the function has already been declared because it's a built-in PHP function. Either use the PHP function and remove your function with the same name, or name your one something different.
|
|
|
|