1. Brake the html into KEYS with VALUES. KEYS should be named A, B, C, D, etc. VALUES should be the hypertext within. KEYS should be determined by html tags (regarding text formatting) or table rows.
2. These KEYS should be fed into PARTTENIZER. PATTERNIZER returns USEFULL PATTERNS, made up of KEY names. All USEFULL PATTERNS are added up into one COMBINATION OF KEYS (called "return keys"). The COMBINATION OF KEYS is added to a DATABASE.
* Example *
"ABCDCDCDEF" will return "CD".
* Example *
3. The html is then scaned for KEYS and VALUES again and if a KEY matches any of the KEYS from the COMBINATION OF KEYS, it's VALUE is copied to the DATABASE togather with it's KEY'S name.
* Example *
KEYS: "ABCDCDCDEF"
VALUES: "0123456789"
^^^^^^ entries = "CD + 23 45 67"
* Example *
4. The PAGE BUILDER then constructs a "Results" page using the DATABASE.
* Example *
2: 3
4: 5
6: 7
* Example *
Problem solved. =]