I'm new to php, but have done some programming with html and javascript. I'm at the point of needing to dynamically change and load data in a table, so I'm forced to learn php.Basically here's what I'm wanting to do:1) Have a very simple form page that lets the user enter an ID number and one or several pre-defined keywords to be used as tags. This information should be saved in a file that can be later referenced.2) Have a second page that has a list of the available keywords as clickable links, and upon selecting one will load the ID's associated with that keyword and display them.What's the easiest way to accomplish this?Thanks!