Never Mind!  It was the $_GET['VIEW'] that was the problem.  Since some
script use Get method while other use Post method, so I changed it to
$_REQUEST['VIEW'] and that took care of the problem.

"Scott Fletcher" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> For the odbc_exec(), is there a way to validate whether this return a true
> or false.  If false, then the error message?
>
> I really hate PHP_SELF now, this one web page is written to be repeated 3
> times.  With the global register turned off, everything was really a mess
> and I'm close to being done in cleaning it up.  Now, the odbc_exec()
doesn't
> work.
>
>



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

Reply via email to