Problems with php/apache with test

mike mike at bristolreccc.co.uk
Fri Feb 27 14:38:37 UTC 2004


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 =
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

<html>
<body>
<?php
$db = pg_connect("","","","","data_cc");
$query = "SELECT * FROM tb_contacts";
$result = pg_exec($db, $query);
if (!$result) {printf ("ERROR"); exit;}
$numrows = pg_numrows($result);
$row=0;
printf ("<table border=1 >\n");
printf ("<tr><td>c

any ideas what is happening here





More information about the test mailing list