Jim Johnstone wrote:[color=blue]
> I think the main problem is with actual DATA from a Form via Globals or
> Superglobals not working.
> I've tried different means of obtaining the Form data, both the old
> $HTTP_POST_VARS and also the newer and preferred $_POST[...]. Associated
> with this I have also tried changing the REGISTER_GLOBALS and
> REGISTER_LONG_ARRAYS directive settings of the PHP.INI config file, all to
> no avail. Note also that I have been restarting APACHE after each change to
> PHP.INI to make sure any change is implemented.
>
> I'm not clear on this latter point as I would have thought that Restarting
> APACHE was only necessary after alterations to its own config file,
> HTTPD.CONF?[/color]
I'm not sure, but ...
I guess if php is installed as a Apache module it gets loaded when
Apache starts.
[color=blue]
> Can anyone offer any help? FAQ's I've seen essentially cover the points
> listed above.[/color]
Increase the reporting level to E_ALL either in php.ini or with
<?php error_reporting(E_ALL); ?>
in your test script(s).
--
USENET would be a better place if everybody read: | to mail me: simply |
http://www.catb.org/~esr/faqs/smart-questions.html | "reply" to this post, |
http://www.netmeister.org/news/learn2quote2.html | *NO* MIME, plain text |
http://www.expita.com/nomime.html | and *NO* attachments. |