Php str_repeat ulangi string
<?php
echo str_repeat("-=", 10);
?>
SAMER SAEID
<?php
echo str_repeat("-=", 10);
?>