eek! I forgot the code to add a symbol after X chars.
Posted: Sat Jun 18, 2005 11:27 am
Yeah i forgot...
Say you haveWhat was it again to have it echo the value 123,456,789 or 123.456.789, ect...
Say you have
Code: Select all
<?php
$value = "123456789";
echo "$value";
?>