This blog contains PHP related article.this article is very useful because here posted article is project related problem and issues.
<?php$input = '*';
$multiplier = 5;
$result = str_repeat ($input, $multiplier);
?>
No comments:
Post a Comment