What would be the best way to parse different values on a page into different variables?
For instance:
Name: John Smith
Age: 18
Birthday: January 1, 1987[/quote]
So then I would want to put John Smith into one variable, 18 into another, and January 1, 1987 into another.
How would I go about doing this for another set of values but the same concept?