1) What function use to format the output of a calculation:
i.e. 35.26 x 142.99 = 5041.8274
but I'd like to show this quantity like this: 5041.83
2) is there some function on PHP to get the mayor number stored in a colum table of any MySQL Database
3) if a value in a table is null, and I increment in one, this value would be a problem ? (I'm incrementing in one the value 'cause suppostly there is a number stored there, so I dont know if would be a problem incrementing in one a null value)
thx for ur valuable help guys!