Jump to content
MakeWebGames

Recommended Posts

Posted

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,

Posted

Re: New to this pls help with this if you can thanks

You go into PHPMyAdmin, there will be a little box in the top right corner, if you look carefully it'll say "SQL" in small letters. Click that, a small box will appear. Copy and paste the code you just gave us into there and click go. Your main page will then update with a success message if it was carried out correctly or a fail message if it failed. That should work.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...