Longhorn PHP 2025 - Call For Papers

Voting

: zero plus four?
(Example: nine)

The Note You're Voting On

blessador at gmail dot com
11 years ago
<?php
$price
= "12000";
$price = substr_replace ($price, ',', -3, 0)";
?>

ensure to remove the double quot "
at the end of substr_replace ($price, ',', -3, 0)" in the above code to avoid error.

<< Back to user notes page

To Top