Error Meanings..

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Error Meanings..

Post by Dale »

Here are some errors that people get..could someone like explain what they mean please?

Parse Error

unexpected T_STRING

unexpected T_ECHO

Thank You ;)
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Re: Error Meanings..

Post by twigletmac »

unexpected T_STRING
unexpected T_ECHO
This explains what the T_xxx thingies are:
http://www.php.net/manual/en/tokens.php

Mac
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Post by Dale »

thx
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Post by Dale »

Ping Pong:

http://www.phpbeginner.com/columns/joel/errors/1

Excellent Site with quite a lot of error meanings :)
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Thanks for posting that, it will probably help a lot of people.

Mac
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Post by Dale »

np ;)

I'll include it in my sig and what i'll do is look around on the net and compose my own little entry thing with them in for people to read ;)
Post Reply