Posted by Jerry Stuckle on 03/04/07 13:32
Mike Russell wrote:
> You are missing the semi-colon after $_GET['newpoet']
>
> To find problems like this, turn on diagnostics by adding this to the start
> of your php files:
> <?
> ini_set("display_errors","1");
> error_reporting(E_ALL & ~E_NOTICE);
> ?>
>
Since this is a syntax error, these will have absolutely no effect. The
error occurs during during parsing and before any statements are executed.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|