Hello Together. I have the following idea. In the moment a new record is added to a connected MySQL db I want to run a PHP script. A value from the just inserted record should be called in the URL (parameter in the example below). The URL would look like that:
https://domain.net/myphpfile.php?p=parameter
Is that possible? Is it to to with the script function? Thx for your help, Thomas.