">
<?phpecho str_pad("Salad", 10)." 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.