sample test file I'm using:
<?
echo "<html>
<head>
<title><test form></title>
</head>
<body bgcolor=\"#ffffff\" text=\"#000000\" link=\"#808040\" vlink=\"#808040\" alink=\"#808040\">";
echo "<form action=\"cf2.php\" method=\"get\">
<input type=\"hidden\" name=\"seenform\" value=\"y\">
Name:<br>
<input type=\"text\" name=\"name\" size=\"15\" maxlength=\"30\" value=\"\"><br>
<input name=\"submit\" type=\"submit\" value=\"submit\">
</form>";
echo "<h3>$name, Your comments have been added to the guestbook. </h3>";
echo "</body></html>";
?>
The configure command I used looks like:
'./configure' '--prefix=/usr/local/apache' '--with-apxs=/usr/local/apache/bin/apxs' '--with-config-file-path=/usr/local/apache/php' '--with-mysql'
Also, I ckecked my php.ini file, it's empty.
Is that the problem?
Thanks,
gklinux