How do I add a character every x characters in PHP?

  • Thread starter Thread starter winkelthorp
  • Start date Start date
W

winkelthorp

Guest
When I display some info, in order to keep it from extending table rows I'd like to add a space or a hyphen every 40 characters in a PHP string. I'm sure there's a way to do this, but I can't figure it out. Can anyone help? Thanks.
 
Back
Top