How to find a word inside a document with PHP?
Moderator: General Moderators
How to find a word inside a document with PHP?
How could I find a word, example: "hello" inside my document with PHP?
Re: How to find a word inside a document with PHP?
str_search
or
pregmatch
check the php document
or
pregmatch
check the php document