2 kenton Feb 01, 2012 18:08

thx kenton for your help!
I tried it in _misc.funcs.php but nothing changed.
Yes its php v.4.49, a 1&1 account.
cheers
micha
micha69 wrote:
thx kenton for your help!
I tried it in _misc.funcs.php but nothing changed.
Yes its php v.4.49, a 1&1 account.
cheers
micha
That function only was introduced in PHP 5. The code should run and probably /hopefully will not generate an error. You only saw an error first time as the function wasn't there to call from within PHP.
Hello Kenton,
it was my fault, didn't check that I had to overwrite the last line w/out putting the */ at the end.
Now it works - thx a lot my friend! :D :D :D :D
are you using PHP verson 5.0 or higher?
if not then you need a substitute function (place following code at bottom of file):