|
If the user presses the "Sign In" button: The form is submitted. The scripts do a validation check, e.g. it
checks to see if all the required fields have been filled in correctly. If the data is valid, then the
script calls the appropriate stored procedure to create the entries for a new store in the merchant database and add
the store name, user name and password to the database. The user will then taken to the
Administration Menu page.
|