where abouts do you put something like this in your cpanel? I have only just started doing this
Run SQL:
Code: [select]
CREATE TABLE IF NOT EXISTS `businesses` (
`busId` int(11) NOT NULL AUTO_INCREMENT,
`busName` varchar(255) NOT NULL,
`busClass` int(11) NOT NULL,
`busDirector` int(11) NOT NULL,
`busProfit` bigint(25) NOT NULL,
`busYProfit` bigint(25) NOT NULL,
`busCust` int(11) NOT NULL,
`busYCust` int(11) NOT NULL,
`busCash` int(11) NOT NULL,