05.04.2016, 13:04
Quote:
Is it Possible to Get Value From Strfind ? Like this
PHP код:
|
In this case, you're searching for "1" inside "this is mean to id 1".
What you're comparing in the function is text with "this is mean to id 1". This means you've put the "1" inside the variable text, which you can then use to return the answer.