1
Questions / Connection two table
I’m trying phprad for a simple project. I create two table in my database: customers and tickets. My goal is create ticket using customers data (name, last name, tel, ecc.). Now I would insert a button in customers list called “ticket” and pass to ticket add name, last name, ecc.
is there any documentation for this?
Thanks