Re: Tracking down the elusive "expecting T_PAAMAYIM_NEKUDOTAYIM"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Daniel Brown wrote:
<?php
    foreach($set as $key => $value) { // You just missed the $ before value.
?>
This seems to be the culprit.


    Also, check this line:

<?php
         if  (array_key_exists($key,$this->titles)
?>

    You're missing a ')' to close the if() statement.  It's not
causing this problem, but it will cause a problem afterward.


Thanks for catching that.

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux