SitePoint Sponsor |
|
User Tag List
Results 1 to 1 of 1
-
Feb 10, 2001, 13:01 #1
- Join Date
- Aug 1999
- Location
- Pittsburgh, PA, USA
- Posts
- 3,910
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I was messing around with some PHP functions for a bit, and came across wordwrap() - I stuck this code on a page to test it at one point...
Code:<?php $var = "Diggidy Doggidy Duggidy"; $var = wordwrap($var, 5, "...<br>"); echo($var); ?>
Code:Diggidy... Doggidy... Duggidy... { ... ... $forumshow`<—... Z—-
Bookmarks