Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Search for text in string php

#Text must be in double-quotes in brackets

echo strpos("Text to search within goes here", "search");
 
PREVIOUS NEXT
Tagged: #Search #text #string #php
ADD COMMENT
Topic
Name
3+3 =