function - bcadd() - get fatal error in php5, why?
Posted: Wed Feb 06, 2008 5:08 am
I am just wondering if the function - bcadd() has any issue in PHP5 that I am not aware of.
I have a site running on php4 in one location and on php5 in another location.
in buyerArea.php on line 233 I have this line of code:
in php4 it works fine, but in php5 I get this error:
I have checked the manual and it shows the function is still available in php5.
Any clue why am I getting thie error?
Many Thanks for reading my post.
I have a site running on php4 in one location and on php5 in another location.
in buyerArea.php on line 233 I have this line of code:
Code: Select all
// quote starts from 20001
$quote = 'Q' . bcadd(20000, $id, 0);
Code: Select all
Fatal error: Call to undefined function: bcadd() in /web/sites/user/0/91/87476/public/www/buyerArea.php on line 233
Any clue why am I getting thie error?
Many Thanks for reading my post.