Hi All
I'd like to compare text from a file with a value submitted from a form.
If i were using SQL I'd use
Select * from table where textfield like "%value%"
Is there an equivalent for doing this without the database? I'm hoping to use XML if that makes it any easier, and was planning on using the new simplexml items in PHP5
Any help would be very much appreciated
Thanks
Tim