Learning PHP and MySQL
Example 11-08 Right padding with spaces
<?php
printf("<pre>Space padding can be tricky in HTML %-5d.</pre>", 42);
?>
The output from the negative number in the padding field displays Figure 11-7.
Posted by on 08/18 at 04:02 PM
Next entry: Example 11-09 Displaying a real number in money format
Previous entry: Example 11-07 Left padding using the default of spaces