I am looking to parse some database information through a URL. Im not sure how exactly to do it.
Each event entry listed at the bottom of the page should include a
hyperlink that will take the administrator to a new web form for recording results for that event. The
EventID is passed via a query string parameter, e.g. RecordResults.php?EventID=4.
How exactly would I go about doing this?
Thanks for your help!
Cheers
Try something like this in RecordResults.php: