Posted by Jerry Stuckle on 11/18/39 11:41
cman wrote:
> could the problem be on the server side? suppressing the header
> function call?
>
> here's the some of the content from phpinfo: www.marketopp.com/test2.php
>
This is something on your server.
Either the server is set up incorrectly or there's something about your
script we don't know about.
You don't have E_NOTICE enabled in your errors; when I'm trying to find
a bug like this I always use E_ALL. It sometimes finds problems I don't
know about.
However, it's hard to tell much from this excerpt of phpinfo. It
doesn't say anything about extensions, for instance.
But this is also "sensitive" information - generally not something you
want others to be able to access. YOU need to look at it and understand
what it's telling you.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|