Guys.
I am usually very good at making my hacks fully functional.
But I dont seem to understand how to add this to the database:
Quote:
//////////////////////////////////////
//////////////////////////////////////
////////// NEW TABLE /////////////////
//////////////////////////////////////
1) create a new database table
CREATE TABLE `referrals` (
`date` TEXT NOT NULL
);
|
I can use phpAdmin to create a new table.
But after I create a table called referrals. what do I do?
Am I doing this right?
Thanks.
Dom