[SOLVED] Text Manipulation
Posted: Thu Jul 26, 2007 6:52 pm
Hello,
I have a problem with my PHP script, basically I want the PHP script to search itself to find a certain word (including wildcards)
For example
if the text was:
and I wanted the PHP script to search the value in the text in this case happy then if it exists copy user=happy and save it as:
Thanks Nic
I have a problem with my PHP script, basically I want the PHP script to search itself to find a certain word (including wildcards)
For example
if the text was:
Code: Select all
something123 has this112 user=happy etc345 jeff...Code: Select all
$userexample = "FOUND TEXT"
print $userexample