I found out what the issue was with both of the first one the table name i had set was wrong and the second one i never put the query underneath the input array.
Ok, this is the error im getting which is my own error i might add "Could Not Query Players table" and here's my code <?php $player=$_POST['player']; $password=$_POST['password']; $pass2=$_POST['pass2']; $player=strip_tags($player); $email=$_POST['email']; $email=strip_tags($email); if ($e...
Umm, When i try to run wamp server it goes yellow and doesn't get past that point. I have no Anti-Virus or anything like that enabled or firewall. Like localhost doesn't show up etc. etc. I'm gunna try forwarding port 80 but other then that i can't find anything that could help me? *Edit* Port Forwa...