Can anybody give me a link to a article on string parsing or quicky show me here?
bascially the parsing I'm after is...
posting a form, code will look up the string posted and find a value which it will then look on the right hand side for that value...
i.e.
Hello this is PHP 4.0 this is a test.
The code will look up PHP and take the value 4.0
but I want this so it will look up more then one value.
Thanks in advance.