I have a database I just set up with MySQL which has Num and URL in a table Num is what I want to search for to return a value listed in URL. What I need to know is how do I go about setting up a script that takes a Query from a form where I (Select * from Search where Num = 5) it'll return page_0001.html.
How do I use PHP to take that value and populate it into a frame when the user searches?
Thanks,
Rob