How to round

2001-07-25 Thread Arnab (WebMaster)
> >How to round the result number after the multiplication, >below are the PHP codes, > >any help greatly appreciated > > > > >If (@$rcurr =="") >{ echo (""); > >?> > >while ( $row = mysql_fetch_array($result) ) >{ echo(""); >echo("" . $row["Room_Category"] . ""); >echo("" . $row["R

How to ROUND numbers

2001-07-24 Thread Arnab (WebMaster)
How to round the result number after the multiplication, below are the PHP codes, any help greatly appreciated "); echo("" . $row["Room_Category"] . ""); echo("" . $row["Room_Size"] . ""); echo("" . $row["xsp"] . ""); echo("" . $row["xan"] . ""); echo(""); } echo(""); ?>