Jump to content

Which one?


shujjah

Recommended Posts

can you elaborate on what you mean by gaming site?if you mean a clan or rpg type site, it will need to have interaction between its visitors you will have to look into databases forums and suchor do you mean a flash game type site where visitors go to play online games.give us a rough plan of what the site will do and we can tell you what you need to do

Link to comment
Share on other sites

I assume you mean some kind of website where people go to play games, maybe pay or something. Well...It's possible using just HTML/CSS, but it would be basic. I'd reccomend learning PHP & MySQL .. as there will probably be a lot of pages (for example details of the game) which you'd have to replicate over and over. PHP & MySQL would allow you to create dynamic webpages .. for example, if you create a table in a database for all the details, and assigned each record a unique id.. when it came to creating the details page for every game, you could just have something like:details.php?game_id=23"In details.php you would have a script to retrieve the 'game_id' and use it to look-up the details in the database, and then print them out.you could also use PHP to create a search engine, user system, etc.

Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...