How do I run a query? I am new at this, was ready to install hack and got stuck here...
================================================== ==
1 - Add to database-Table user, field named: country
properties: ( country varchar(50) NOT NULL )
In phpMyAdmin, you can run this query:
ALTER TABLE user ADD country VARCHAR (50) NOT NULL
================================================== ==
|