From mike at bristolreccc.co.uk Fri Nov 27 18:15:55 2015 Content-Type: multipart/mixed; boundary="===============8567793837247746288==" MIME-Version: 1.0 From: Mike old To: test at lists.fedoraproject.org Subject: Problems with php/apache with test Date: Fri, 27 Feb 2004 14:38:37 +0000 Message-ID: <1077892717.1869.9.camel@datacc> --===============8567793837247746288== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable I am having problems getting the same php files to work with FC2 test1 as with RH9 = this is my /etc/httpd/conf/httpd.conf handlers section = DefaultType text/plain AddType text/html .shtml AddHandler server-parsed .shtml AddType application/x-httpd-php4 .php AddType application/x-httpd-php .php #AddType application/x-httpd-php4-source .php the module is loaded but this is all I get \n"); printf ("contact_idfirst_namelast_name\n"); do { $myrow =3D pg_fetch_row ($result,$row); printf ("%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s %s%s%s%s%s%s%s\n",$myrow[0], $myrow[1], $myrow[2],$myrow[3], $myrow[4], $myrow[5], $myrow[6], $myrow[7], $myrow[8], $myrow[9], $myrow[10],$myrow [11],$myrow[12],$myrow[13],$myrow[14],$myrow[15],$myrow[16],$myrow[17], $myrow[18],$myrow[19],$myrow[20],$myrow[21],$myrow[22],$myrow[23],$myrow [24]); $row++; } while ($row < $numrows); printf ("\n"); pg_close ($db); ?> This is chopped off \n"); printf ("c any ideas what is happening here --===============8567793837247746288==--