Hi!
Quick question... Page 1 generates an event which is displayed on page 2.. Page 2 lists the ID which was auto-generated using mysql_insert_id(). How can I code it so the ID is passed to another page through a hyperlink? I was hoping to be able to click a link to add further information, but every attempt at continuing on to the next page by the ID has been unsuccessful..