Jump to content

[SOLVED] How can i repeat a string many times?


npsari

Recommended Posts

Hello there,

 

I want to repeat this string 100 times

 

$string = "Hello there";

 

The way i do it now is like that...

 

print"$string";

print"<br>";

print"$string";

print"<br>";

print"$string";

print"<br>";

print"$string";

print"<br>";

print"$string";

 

100 times...  :-\

 

 

Do you know of any easier way please

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.