Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Help with this script


timster - 11:57 pm on Feb 28, 2011 (gmt 0)


T_VARIABLE often means a missing semicolon, or an unmatched parenthesis. It definitely does in your case.

Have you tried a PHP syntax check? On the command line it looks like the following example. If you're unfamiliar with CLI, there are PHP syntax checkers that work with many text editors.

php -l scriptname.php

Your errors are on line 27 and 37.


Thread source:: http://www.webmasterworld.com/php/4274227.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com