Search found 26 matches
- Sun Aug 09, 2009 9:13 pm
- Forum: Coding
- Topic: Parse error help
- Replies: 18
- Views: 5412
Re: Parse error help
Ahh, Thanks I've fixed it.
- Sun Aug 09, 2009 5:20 pm
- Forum: Coding
- Topic: Parse error help
- Replies: 18
- Views: 5412
Re: Parse error help
line 163 is the ending </html> tag
and it just said parse error on line 163
and it just said parse error on line 163
- Sun Aug 09, 2009 1:03 pm
- Forum: Coding
- Topic: Parse error help
- Replies: 18
- Views: 5412
Re: Parse error help
No, I look at it for as long as i can without going insane over not knowing what the problem is
- Sat Aug 08, 2009 9:25 pm
- Forum: Coding
- Topic: Parse error help
- Replies: 18
- Views: 5412
Re: Parse error help
I look until the points where I dont understand the problem
- Sat Aug 08, 2009 6:58 pm
- Forum: Coding
- Topic: Parse error help
- Replies: 18
- Views: 5412
Re: Parse error help
Ok, done all that, now I get a parse error on line 163 <?php include_once 'connect.php'; //strip tags and detect $submit = strip_tags($_POST['submit']); $fullname = strip_tags($_POST['fullname']); $email = strip_tags($_POST['email']); $username = strtolower(strip_tags($_POST['username'])); $password...
- Sat Aug 08, 2009 5:32 pm
- Forum: Coding
- Topic: Parse error help
- Replies: 18
- Views: 5412
Re: Parse error help
No, there's still an error with only one |
- Sat Aug 08, 2009 5:17 pm
- Forum: Coding
- Topic: Parse error help
- Replies: 18
- Views: 5412
Parse error help
Well, I've highlighted the line the parse error is on, but I dont see the problem with it if ($submit) { if ($password==$repeatpassword) { if (strlen($username)>21) { echo "Your Username is too Long."; } else { if (strlen($fullname)>25) { echo "Your Full Name is too long."; } els...
- Sat Aug 08, 2009 12:52 pm
- Forum: Project Showoff Tier I
- Topic: Trident Online
- Replies: 3
- Views: 2456
Trident Online
Well, Trident online is a website that you have lots of different games, in one game, cant think of what games to put in but I'm trying
(any help thinking of a game would be HUGELY appreciated) Also, when I have done the website template, and get to the php coding I may need a bit of help 
- Fri Aug 07, 2009 3:06 pm
- Forum: Older Browser MMO Videos
- Topic: Yet another error
- Replies: 20
- Views: 3969
Re: Yet another error
Ahh, thanks.Noctrine wrote:1. There is an MD5 function, going to need you to spend more time looking at things.
2. The parse error is because ofif (isset ($_SESSION['player']));
{
$player=$_SESSION['player'];
}
- Fri Aug 07, 2009 1:38 pm
- Forum: Older Browser MMO Videos
- Topic: Yet another error
- Replies: 20
- Views: 3969
Re: Yet another error
there isnt a function for md5 Edit: Found out it was because there was a character limit of 15 on the password section so the md5 was cut off, now I log in and get a parse error on battle.php: Parse error: parse error in C:\wamp\www\mmorpg\battle.php on line 9 <?php include_once 'connect.php'; sessi...