I suppse this is an HTML question more than PHP.
I have a server elsewhere that does not have PHP accessible. Stupid &
cheap of them, but true.
I want to display a page within a page, WITHOUT using <?php ... ?> which
won't work.

I tried stuff like:

<IFRAME SRC="http://www.somewhere.ca/test.php"; frameborder="no"
border="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no">
</IFRAME>

Does not work of course.

Can I even do this?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to