10.01.2018, 13:02
Quote:
Well somewhat like that.
You go into the database, add the table you want (or columns you need for new fields) Then, make the columns or table load into the script and assign the values you load into variables (for instance) And use the information like that. This is done the same way as in the system you linked: The same method to save the data too as in the tutorial, you need to update the data in the fields. (UPDATE table SET ...) |