php-general | 2001062
Date: 06/29/01
- Next message: Robin Chen: "Re: [PHP] Mail()'s not playing nicely :("
- Previous message: Sagar Chand: "[PHP] Compiling PHP with IMAP"
- Next in thread: Justin Farnsworth: "Re: [PHP] Parse error: Needs T_VARIABLE or $"
- Reply: Justin Farnsworth: "Re: [PHP] Parse error: Needs T_VARIABLE or $"
- Reply: Delbono: "Re: [PHP] Parse error: Needs T_VARIABLE or $"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is really weird. Very, very, very weird. I have the following code in a
script:
if (!empty(trim($rowData[3])))
{
$tdStr.= trim($rowData[3]);
}
Now, when I run it, I get the following error:
Parse error: parse error, expecting `T_VARIABLE' or `'$'' in
c:\server\wwwroot\contributors.php on line 70
(note: line 70 is the first liine of the code snippet above)
Now, this shouldn't be a problem. There is no problem with the parens, and I
don't see anything wrong with the code. Can someone help me out with this?
This is happening in another script (when I use the empty() function) and it
is really weird...
--Jason
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Robin Chen: "Re: [PHP] Mail()'s not playing nicely :("
- Previous message: Sagar Chand: "[PHP] Compiling PHP with IMAP"
- Next in thread: Justin Farnsworth: "Re: [PHP] Parse error: Needs T_VARIABLE or $"
- Reply: Justin Farnsworth: "Re: [PHP] Parse error: Needs T_VARIABLE or $"
- Reply: Delbono: "Re: [PHP] Parse error: Needs T_VARIABLE or $"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

