I am just starting to play with PHP (and this is my first post). I need to send out an invitation via email to some of our clients. This email will contain a hyperlink along with a unique reference ID for each client, something like this:
www.oursite.com/invitation.php?ID=ABC123
I need to get this reference to a table in an Access database that will sit on our web-server. This is only a one off at this stage with very low volumes, so I don’t really want to go down the MYSQL route (at this stage).
I could really do with some help to point me in the right direction – anything at all would be greatly appreciated. Thank you.