Hey guys, I was wondering what the PHP code is for the php script that is like a expandable iframe, any help please?
Moved by Jamesy (Forum Moderator): From "Forum Designing" - please post in the correct forum next time, thanks.
Printable View
Hey guys, I was wondering what the PHP code is for the php script that is like a expandable iframe, any help please?
Moved by Jamesy (Forum Moderator): From "Forum Designing" - please post in the correct forum next time, thanks.
Php Include?
If you need any more help just ask :-)PHP Code:<?php
// Put your page that you'd like to include inside the talking marks.
include("yourpage.html");
?>
Thank you both. +Rep for all!