Using PHP in 2nd level FRAME
Posted by: ianm777 (58.165.24.---)
Date: December 22, 2006 10:23PM

Hi all,

I have WAMP5 installed on my LapTop with Windows XP pro and Explorer 7.

I am using a Frame structure to write an application BUT the called frame does not seem to be parsed by the PHP system. ie. PHP (Apache?) does not seem to recognise the second (called) frame as a .php. Part1.htm (below) calls Part2.php.

Please note that this runs OK on another system which I use for backups and as a server for other PCs when I am at home but I need to use the LapTop for development when I am on the road.

HELP :
Would really appreciate it if someone could point me to the coding structure, .conf file or .ini file which I should change to get this simple process to work.

====================== FILES
html:

Part1.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>

php :
Part2.php

<html>
<body bgcolor="#EBC79E">

<h3> Part2 Action : </H3>



<p>
Print will test PHP. <br>

</p>

<?php
echo phpinfo();
?>

</body>
</html>
-------------------------------------------- end of FILES

Perseverance and patience will overcome anything, I think,
Thanks in anticipation,
ianm

Options: ReplyQuote


Sorry, only registered users may post in this forum.