1 micha69 Jan 30, 2012 15:26
3 micha69 Feb 04, 2012 15:22
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
4 kenton Feb 04, 2012 16:11
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.
5 micha69 Feb 04, 2012 18:48
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):