|
Posted by Taras_96 on 10/25/07 18:49
On Oct 25, 11:40 pm, Good Man <he...@letsgo.com> wrote:
> Taras_96 <taras...@gmail.com> wrote in news:1193323567.561939.158410
> @y27g2000pre.googlegroups.com:
>
> > Hi everyone,
>
> > The output of
>
> > echo file_get_contents("http://watchout4snakes.com/creativitytools/
> > RandomWord/RandomWordPlus.aspx");
>
> > leaves the browser empty.. no error messages, nothing.
>
> > Why is this occurring?
>
> presumably you have an error somewhere and error_reporting is set to off.
>From my php.ini
error_reporting = E_ALL|E_STRICT
; Print out errors (as a part of the output). For production web
sites,
; you're strongly encouraged to turn this feature off, and use error
logging
; instead (see below). Keeping display_errors enabled on a production
web site
; may reveal security information to end users, such as file paths on
your Web
; server, your database schema or other information.
display_errors = On
Navigation:
[Reply to this message]
|