Heisenberg submitted a new resource:
You must be registered for see links
- I'll teach you how to read and write to the database using XenForo.Step 1 - Setting the table
To start we must know what are the fields that we use to read/write in the database. That is, the fields that will store the information we want to read later.
I'll start setting the table name, fields and types of each:
Table:
xf_simple_text
Fields:
simple_id -> The autoincrement field of each row.
simple_text -> This is the field that will contain our written text. Type: varchar; Lenght: 200;
simple_date ->...
You must be registered for see links
Last edited:
