Ok, so, i have a file called Network.php with MySQL stuff in it.
How could i have a PHP script connect to MySQL, and alter one of the tables.
For example, i want to add !MOD playername to the game, but don't know how to let PHP alter MySQL tables. the table is isModerator and i want it to change to 1.
How could i do this?
How could i have a PHP script connect to MySQL, and alter one of the tables.
For example, i want to add !MOD playername to the game, but don't know how to let PHP alter MySQL tables. the table is isModerator and i want it to change to 1.
How could i do this?