Search found 4 matches

by nilesa12
Wed Feb 22, 2012 11:32 pm
Forum: Beginner Help and Support
Topic: another error already...
Replies: -1
Views: 710

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
by nilesa12
Wed Feb 22, 2012 12:13 am
Forum: Beginner Help and Support
Topic: another error already...
Replies: -1
Views: 710

another error already...

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" si...
by nilesa12
Tue Feb 21, 2012 11:40 pm
Forum: Beginner Help and Support
Topic: Connect.php whats wrong?
Replies: -1
Views: 758

Re: Connect.php whats wrong?

wow thanks man


sorry i was being to quick to ask for outside help because im a loser!
by nilesa12
Tue Feb 21, 2012 11:32 pm
Forum: Beginner Help and Support
Topic: Connect.php whats wrong?
Replies: -1
Views: 758

Connect.php whats wrong?

my connect.php code looks like this: <?php $db = mysql_connect ("localhost,"root","") or die ("could not connect to db"); if (!$db) die ("no db"); if (!mysql_select_db("tutorial",$db)) die("No database selected"); ?> and for some reaso...

Go to advanced search