Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

add space after 7 characters of string

$str = '012345678912';
echo substr($str, 0, 7) . ' ' . substr($str, 7);
Source by forums.phpfreaks.com #
 
PREVIOUS NEXT
Tagged: #add #space #characters #string
ADD COMMENT
Topic
Name
2+9 =