Hello
I'm not extremely experienced with PHP/MySQL but I know the syntax. I need to work out the best way to do this.
I have a database with a list of players for a game, the names they have used, IP addresses, unique IDs etc. I want to create an interface for the database. One main page with a list of all players on the server with the ability to sort the data. Also, individual player pages for each player. It will also need a search feature.
What would be the best way to do this? Hopefully using OOP too...
I'm not extremely experienced with PHP/MySQL but I know the syntax. I need to work out the best way to do this.
I have a database with a list of players for a game, the names they have used, IP addresses, unique IDs etc. I want to create an interface for the database. One main page with a list of all players on the server with the ability to sort the data. Also, individual player pages for each player. It will also need a search feature.
What would be the best way to do this? Hopefully using OOP too...