another error already...

Place for questions and answers for all newcomers and new coders. This is a free for all forum, no question is too stupid and to noob.
Post Reply
nilesa12
Posts: 4
Joined: Tue Feb 21, 2012 11:24 pm

another error already...

Post by nilesa12 »

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
Last edited by nilesa12 on Wed Feb 22, 2012 11:18 pm, edited 3 times in total.
User avatar
SpiritWebb
Posts: 3107
Joined: Sun Jul 12, 2009 11:25 pm

Re: another error already...

Post by SpiritWebb »

Moved to correct section
Image

Image
User avatar
SpiritWebb
Posts: 3107
Joined: Sun Jul 12, 2009 11:25 pm

Re: another error already...

Post by SpiritWebb »

Need to see your register script as well
Image

Image
nilesa12
Posts: 4
Joined: Tue Feb 21, 2012 11:24 pm

Re: another error already...

Post by nilesa12 »

back the drawing board....


I deleted all my files and am going to start from scratch!
no worries disreguard this post
Post Reply

Return to “Beginner Help and Support”