">
<?php$string = "Interview Mania";echo wordwrap($string, 9, "\n"); ?>
The wordwrap() function wraps a string into new lines when it reaches a specific length.
Previous Question Next Question
Your comments will be displayed only after manual approval.