I have a basic index.php page with some variables that I want to print in several places - here are the variables:
you can use number_format():
echo number_format($firstprice, 2, ',', '.');