Incorrect syntax.

You likely have a set a variable and not ended it with ';'

For example,

$some_variable = "some_value";

is the proper syntax. Or, post the code as recommended.

Best,

Thomas S. Crum

-----Original Message-----
From: Greg Donald [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 01, 2004 1:25 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Errors

On Wed, 1 Dec 2004 10:44:00 -0700, olsofty <[EMAIL PROTECTED]> wrote:
> I am very new to PHP been working on a script to access MySql have got it
> down pretty good, but, being lazy I like to copy code to not have to
> re-write it, I am now getting a constant flood of errors. I have looked in
> my book I have searched on the php site and have had no luck.
> WHAT IN THE HECK IS A "T_" error. I get "T_Else", T_Variable, T_what ever.
> What does it mean????
> Very frustrated old man.

Where's the code?


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to