Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

cut string in php

$string = subtr($your_string, 0, 30);
// 0 where you start to remove
// 30 where you stop remove
 
PREVIOUS NEXT
Tagged: #cut #string #php
ADD COMMENT
Topic
Name
6+1 =