Hey, me and my friend have bought vps so we can play some games together like minecraft, terraria, cube world, 7 days to die etc
Does anyone know of any other games that have server files that i can run on my vps. We need more games to play.
I have this working for username
$fetch_users_data = mysql_fetch_object(mysql_query("SELECT * FROM `members` WHERE username='".$_SESSION['username']."'"));
}
But i cant get it to work for email or rank. How would i do this?
Parse error: syntax error, unexpected '}', expecting ',' or ';' in /home/a8732736/public_html/index.html on line 135
If you want to see what im trying to do go to http://dobbys-network.site40.net/ and click register
There is no error. This is what the actual php and html looks like
<a href="#x" class="overlay" id="join_form"></a>
<div class="popup">
<?
include_once"config.php";
if (isset($_POST['register'])) {
$email = $_POST['email'];
$password =...