Jump to content

Recommended Posts

Hi guys - I know this is my first post and you guys are gonna think I'm a n00b. Well, I am. I'm new to PHP and want to learn about it.

 

I am currently attempting to build a site where you can register with your 360 gamertag and then create guilds/clans and whatever...

 

So does anyone have any tips for me on how to even get started? Thanks a lot.  :)

Link to comment
https://forums.phpfreaks.com/topic/55431-how-should-i-start-this/
Share on other sites

Don't worry, I'm also a newbie.

 

Well, i'm not really sure I understand the "360 gamertag and then create guilds/clans" stuffs. but I guess it's about game huh?

 

To create your own game or create a "plugin" for another game?

 

I think both needs deep knowledge of php. Also if you are building a plugin, you need to understand API (Application Protocol Interface) of the game. I normally find API quite confusing cause they can be build in any language other then PHP. Although functionality could be the same, variable passing could be a bit of problem.

 

My suggestion, if you are creating a game, read an advanced php book. If you are building a plugin, start with the API. Understand it, then from there build the php.

 

Regards,

this is a pretty simple application you're speaking of. you'd need a database to store your users accounts and how each user account can be affiliated with a certain clan. you may want to put stats on there or a ranking system. there's really an endless amount of functionality you can add to this application. thorpe's got a good link. i've got some in my signature as well. my advice is do not attempt to start writing code unless you've written down all the features you want on your site on a piece of paper and given a detailed description of each one, first. THEN you start coding. i read somewhere a very good quote:

 

"don't document your code; code your documentation"

 

it's a philosophy you should adopt.

This thread is more than a year old. Please don't revive it unless you have something important to add.

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

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.