phpinfo does not run in a FRAME
Posted: Sun Dec 17, 2006 8:02 pm
feyd | Please use
Part2.pnp is as follows and this just displays the HTML code and nothing else :[/syntax]
Any help would be appreciated as I have checked my .conf and .ini files MANY times. I presume that it is something VERY simple (and stupid) but that is the way it is.
Currently the Laptop is installed with WAMP but I had the same problem with my previous individual product installs.
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hi there,
I have two systems with Windows XP Pro fully up to date, Explorer 7, Apache, PHP and MySQL.
No 1 is a server type system which I use for backups etc.
As I am travelling around I have tried to set up a Laptop with the same config. as No1.
Trying to develop an application and using HTML frames to try and keep it all tidy and VERY easy to use.
BUT the phpinfo() will not run in a FRAME on the Laptop. Works OK on No1 system???
Part1.htm is as follows :
[syntax="html"]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<body>
<! <table cellpadding="0" cellspacing="0" width="100%" bgcolor="#808080">
</table>
<table border="0" cellpadding="0" cellspacing="3">
<b>SHIFT</b><br />
<a class="left" target="actframe" href="part0.php" >SHIFT View</a><br />
<a class="left" target="actframe" href="part2.php" >SHIFT Print</a><br />
<br />
</body>
</html>
Code: Select all
<html>
<body bgcolor="#EBC79E">
<h3> Part2 Action : </H3>
<p>
Print will test PHP. <br>
</p>
<?php
echo phpinfo();
?>
</body>
</html>Any help would be appreciated as I have checked my .conf and .ini files MANY times. I presume that it is something VERY simple (and stupid) but that is the way it is.
Currently the Laptop is installed with WAMP but I had the same problem with my previous individual product installs.
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]