isit possible to display stored array information in specific position?
P.S. the numbers in the image examples are referring to the character length and position, for example $print[0] starts at character position 1 and the length is 30 characters long.
displaying array in specific character position in textarea
Moderator: General Moderators
displaying array in specific character position in textarea
- Attachments
-
- indent.jpg (14.37 KiB) Viewed 63 times
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: displaying array in specific character position in texta
I'm not entirely sure I understand what you want, but is substr_replace() what you want?
http://php.net/substr-replace
http://php.net/substr-replace