Jump to content
MakeWebGames

Recommended Posts

Posted

hi im wonder can anyone give me their phpmyadmin sql information fields for crimesdone and bustdone at all please? it just shows

crimes done: 0

busts done: 0

and i found out why but idk how to make the fields in phpmyadmin bit.

Posted

Re: help on fields?

people are very helpful on CE however you have to show willingness to learn, i knew nothing when i first started and spent ages reading through threads trying to do it myself prior to asking and hence i never got flamed once when i did ask for help...

show willing to learn and people will help, just keep posting asking for this and that and you will get flamed...

and this is just friendly advice :wink:

Posted

Re: help on fields?

hmm... didnt really think about that... thx for the tip... but i have learned how to code some php files and etc to make the errors and etc go, but not fully but i did self teach myself pretty well, but i just dont get how to do the phpmyadmin database stuff. its abit confusing.

Posted

Re: help on fields?

u know the sql information u got to type into the sql box to create a table for users or a actural table, i dont get how to add it onto the actural database and not into the users database bit, as this is the only sql information i know

ALTER TABLE `users` ADD `************` int(11) NOT NULL ;

******** <--- you type whatever you want in there like

ALTER TABLE `users` ADD `rescues` int(11) NOT NULL ;

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...