I have the following iFrame HTML:
<html>
<iframe src="page.php" id="ifrm" height = 100% width = 100% ></iframe>
</table>
</html>
I use it to display PHP inside an html page.
However, iframes are giving me a very hard time. Is there any other solution without using an iFrame?
What i Need basically is for the HTML page to display the php page without changing the browser url.
BTW: Both pages are on different servers.
Thx!
</table>closing tag doing there?