back the drawing board....
I deleted all my files and am going to start from scratch!
no worries disreguard this post
Search found 4 matches
- Wed Feb 22, 2012 11:32 pm
- Forum: Beginner Help and Support
- Topic: another error already...
- Replies: -1
- Views: 710
- 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...
- 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!
sorry i was being to quick to ask for outside help because im a loser!
- 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...