Ver original$credit = (float) $_GET['credit'];$price = (int) $_GET['price']; var_dump($credit + $price);