">
<?phpecho str_pad("This", 10)." theory is good.";?>
The str_pad() function pads a string with a specified number of characters.
Previous Question Next Question
Your comments will be displayed only after manual approval.