Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php remove first word from string

echo trim(strstr("How are you?"," ")); //are you?
Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #php #remove #word #string
ADD COMMENT
Topic
Name
3+9 =