Search found 4 matches
- Mon Mar 29, 2010 11:30 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #3
- Replies: 78
- Views: 42463
Re: Video#3
Yes, the second piece of code worked wonderfully, ..tutorial/reguser.php Thanks, so much, and it led me to the rest of my debugging.
- Mon Mar 29, 2010 10:42 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #3
- Replies: 78
- Views: 42463
Re: Video#3
Thanks for the reply, and I am still watching and following the videos along. The coding is not confusing to me, just the way my pages are acting is confusing me. I put put the localhost/tutorial/reguser in the browser bar, and it loads up fine. I put info into the textboxes, making sure my password...
- Mon Mar 29, 2010 2:57 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #3
- Replies: 78
- Views: 42463
Re: Video#3
Here is the code I have typed in: connect.php ___________ <?php $db = mysql_connect ("localhost","root","") or die("Could not connect to database"); if (!$db) die ("No dtaabase"); if (!mysql_select_db("tutorial",$db)) die("No database ...
- Sun Mar 28, 2010 3:28 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #3
- Replies: 78
- Views: 42463
Re: Video#3
I'd like to start out by saying thanks for the videos and all your hard work. I have put in the code so far, and when I enter into the text fields and hit submit, it just resets all the fields blank, and even though I start with a page named http://localhost/tutorial/register.php, it changes to http...