Re: Browser displays blank page, while request still being handled

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Do you have short open tags allowed in this server setting?

why not just do
<?php
  print $_REQUEST["result"];
?>
Yes, short open tags are allowed on this server. As mentioned before, all instances of this app are running on the same server, using the same configuration etc. Differences between the problem app and the other apps are the number of files (and megabytes) and number of db-records, which are both a lot more than in the other apps.

Tried to use your idea, but it doesn't solve the problem...

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux