firecamp Posted April 12, 2009 Posted April 12, 2009 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, Quote
danger boy Posted April 12, 2009 Posted April 12, 2009 Re: New to this pls help with this if you can thanks phpmyadmmin on the top left i think its the 3rd box something will pop up paste it in there and click go :wink: Quote
firecamp Posted April 12, 2009 Author Posted April 12, 2009 Re: New to this pls help with this if you can thanks ok what do i do once i am on there? Quote
Faz` Posted April 12, 2009 Posted April 12, 2009 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. Quote
firecamp Posted April 12, 2009 Author Posted April 12, 2009 Re: New to this pls help with this if you can thanks done it thankyou very much :-) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.