I have a text field. I want a user to type in data and if there's a match change it to that match and maybe wrap some CSS around it so the user can tell.
I'm sure you'll know what I mean as many sites use this sort of feature.
My questions are:
- How can you do this CSS?
- On the POST how does PHP get the tag name or ID?
- How do you look up the tags and then match them?