RE: [PHP] Opensuse 11.4 - PHP returned as text?

2011-03-28 Thread HallMarc Websites
I'm trying to debug an issue which I think is more to do with Apache than PHP, but perhaps someone else has experience with this. Using opensuse 11.4, custom compile of kernel 2.6.38, custom compile of Apache httpd 2.2.17, and PHP 3.3.6. phpinfo() page works correctly so my httpd.conf is

RE: [PHP] Opensuse 11.4 - PHP returned as text?

2011-03-28 Thread Colin Beckingham
HallMarc Websites wrote: I'm trying to debug an issue which I think is more to do with Apache than PHP, but perhaps someone else has experience with this. Using opensuse 11.4, custom compile of kernel 2.6.38, custom compile of Apache httpd 2.2.17, and PHP 3.3.6. phpinfo() page works

RE: [PHP] Opensuse 11.4 - PHP returned as text?

2011-03-28 Thread HallMarc Websites
Thanks for your interest. Here is my complete test php file: ?php echo crash testbr /; $cont = form action='.$_SERVER['PHP_SELF'].' method='POST' input type='submit' name='button' value='submit' / /form; echo $cont; echo endedbr /; ? Running this file produces the form correctly at