Jump to content

Game counter need 1000 diffrent scripts?


kfc001

Recommended Posts

It would probally be better to just have one piece of code that does this.

And have the 1000 games stored in the database.

 

Then the counter thing would just select the games from the database and loop through them.

 

$a=mysql_result("select * from games");

while($b=mysql_fetch_row($a)){

Counter stuff goes here

}

Archived

This topic is now archived and is closed to further replies.

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