Jump to content

Line duplication


sphinx

Recommended Posts

Hello there,

 

I'm looking for a PHP method to duplicate a line, for example if I wanted to duplicate this line:

 

mail($to,$subject,$message,$headers);

 

How could I specify a value of how many are displayed instead of doing this to send it 3 times:

 

mail($to,$subject,$message,$headers);
mail($to,$subject,$message,$headers);
mail($to,$subject,$message,$headers);

 

Many thanks

Link to comment
https://forums.phpfreaks.com/topic/251385-line-duplication/
Share on other sites

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.