Ok. Now the first two examples work and the one with the frames does NOT
work. I never had these problems in PHP 4.1??
Steve
-----snip-----
I don't know what I did wrong. I just installed 4.2.1 and can NOT do:
<?
echo "hi";
?>
But I can do the following:
<?
phpinfo();
?>
I can also do:
<?
/*
index.php
version 1.0
*/
require("../dbconnect.php");
require("../globalvars.inc");
echo "<html><head><title>$admin_index_title</title></head>";
echo "
<frameset cols=\"22%,*\">
<frame name=\"leftside\" src=\"admin-left.php\" marginwidth=\"10\"
marginheight=\"10\" scrolling=\"auto\" frameborder=\"0\">
<frame name=\"right\" src=\"main.php\" marginwidth=\"10\"
marginheight=\"10\" scrolling=\"auto\" frameborder=\"0\">
<noframes>
</noframes>
You must use a browser that supports frames to use the admin section.
</frameset>";
pagefooter();
?>
I sure hope that somebody can help me. I am running Apache 1.3.23 on a
WinXP laptop. There has to be something that I am missing, but I can't
figure it out.
Thanks
Steve