[PHP] status of building both CGI and MODULE

2001-10-03 Thread fx
Hi I've read various newsgroups about the possibility of building both CGI and MODULE at the time but haven't found a clear response is it possible ? if yes ... is it possible with the same configure script ? do some options make it impossible ? TIA please forward to [EMAIL PROTECTED]

[PHP] Re: formating numbers to two decimal points - money - best ways

2001-09-01 Thread fx
if your datas are stored in a DB you should specify the precision of the float in the table : float(8,2) Anyone have functions for formatting numbers being multiplied by variables and whatnot to two decimal points - rounded up? As for displaying total cost, etc?