Learning PHP and MySQL

Example 11-06 Adding the and tags so the spaces display

<?php
printf
("<pre>Space  padding  can  be  tricky  in  HTML  %  5d.</pre>",  42);
?>

In Figure 11-5, we correctly see the spaces.

Posted by on 08/18 at 12:33 PM

Next entry: Example 11-07 Left padding using the default of spaces

Previous entry: Example 11-05 Using left space padding

<< Back to main