I am quite new to the entire PHP/Apache/MySql world. I have been practicing quite a bit in preparation for a web site that I want to develop. My current problem is, I have generated a form and when it gets submitted the URL query string looks fine and I can call a subsequent PHP file from the form. My problem is, I don't know how to parse the query string or use a built in PHP function to capture the query string data for writing to the database.
any help would be appreciated.