Need minor help with db insert customization
I need minor help with db insert customization. Can someone help me please?
It seems better to tie into what code is written than using the webassist extensions to store in db, or am I wrong.
The db tables are ready. It's the php code for insertion that I need help with.
#1) I would like the OrderID to be inserted into the ps4_registrants table with each registrant. (this is a custom table for compiling all registrants in one place)
#2) I would 2 custom text fields to be inserted into the ps4_orders table.
<input name="school_club_name" type="text">
into OrderSchoolName of the ps4_orders table
<select name="kids" id="kids"> quantity value chosen to be inserted
into OrderKids_Under3 of the ps4_orders table.
Thank you very much for your help today,
^^^Please advise me on what page to update and what tools to use - thanks a bunch^^^
John