Quote:
Originally Posted by sabret00the
ouch at php5
ok could you try this
make a php file (that's just a text file with a .php extention instead) with the contents being this
PHP Code:
<php
$ng_hour = date('G');
$ng_now = bcadd($ng_hour, 4);
$ng_result = bcadd($ng_now, 5);
?>
upload it and run it and tell me if you still get the undefined function error please.
edit: heh i just noticed i'm running 5.0.4 on my localhost and it works there 
|
No error now but it's strange...when viewing the source code it shows exactly the php code in it. I'll wait, maybe you'll find a way to let this work.