News

You must create the database and tables before passing data to them. The table's field names must match the names of the variables passed by the "$_POST [xxxxx]" global variables.
It is rare to find an implemented database devoid of reference tables. Reference tables provide valid values for drop-down lists and in a slightly obtuse way, also allow for expression of a domain or ...