here is my Registeruser.php
<?php
include 'connect.php';
?>
<form method ="post" action ="reguser.php">
Type Username Here: <input type="text" name="player" size="21"> <br>
Type Password Here: <input type="text" name="password" size="15"> <br>
Retype Password Again :<input type="text" name="pass2" size="15"> <br>
Type Email Here: <input type="text" name="email" size="60"> <br>
<input type="submit" value="submit">
as i can tell i see no problems but it returns with
Could not query players table
now when i did a test of the "fetch player1's email" it said the same thing so i wrote it off thinking i could fix it later but obviously not ive tried everything
another error already...
another error already...
Last edited by nilesa12 on Wed Feb 22, 2012 11:18 pm, edited 3 times in total.
- SpiritWebb
- Posts: 3107
- Joined: Sun Jul 12, 2009 11:25 pm
- SpiritWebb
- Posts: 3107
- Joined: Sun Jul 12, 2009 11:25 pm
Re: another error already...
back the drawing board....
I deleted all my files and am going to start from scratch!
no worries disreguard this post
I deleted all my files and am going to start from scratch!
no worries disreguard this post

