
Search found 4 matches
- Wed Mar 03, 2010 2:47 pm
- Forum: Coding
- Topic: Parse error help
- Replies: 18
- Views: 4720
Re: Parse error help
thanx alot, yet again i made a few mistakes in the coding, i was able to read over it and find them all, i think ill take your advise and watch all the vids a few times b4 i actually try to follow the tutorials, thanx again 

- Wed Mar 03, 2010 8:06 am
- Forum: Coding
- Topic: Parse error help
- Replies: 18
- Views: 4720
Re: Parse error help
Parse error: parse error in C:\wamp\www\tutorial\authenticate.php on line 7 1.<?php 2.include_once 'connect'; 3.session_start(); 4. 5.if (isset($_POST['submit'])) 6.( 7. $player=$_POST['player']; 8.$password=$_POST['password']; 9.$player=strip_tags($player); 10.$password=strip_tags(password); 11.$pa...
- Wed Mar 03, 2010 5:24 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #3
- Replies: 78
- Views: 42386
Re: Video#3
thanks i found out what i was doing wrong, when i did the "test.php" page in the first part i over wrote it in the "connect.php" page so the "include 'connect.php' " didnt work. XD noob mistake srry for the bother lol
- Tue Mar 02, 2010 8:06 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #3
- Replies: 78
- Views: 42386
Re: Video#3
Um just wanted to say thanks these tutorials are really helping me out alot. i have one problem though i followed the instructions on the video but this has happened to show up in my register page and in the test page as well, "Warning: include(connect.php) [function.include]: failed to open st...