after filling out the form, I write to a simple database table that has the autoincrement key AID.
How in php after submitting the database I get this key of the just written sentence
$this->get("save_data_107.aid") returns null to me
How in php after submitting the database I get this key of the just written sentence
$this->get("save_data_107.aid") returns null to me
enable the form debug, you can then find the path to the key in the "vars" section.
I can see it, but I don't know how to get to it in php or html. Please give an example
under the debug you will find a section called "vars", the section has multiple key > value pairs, use the keys path to get the value you need, separate keys by a dot
You need to login to be able to post a reply.