PDA

View Full Version : How do I do this...



Mickword
10-09-2009, 07:24 PM
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.

Skycutt
11-09-2009, 06:01 AM
Php Include? (http://us.php.net/manual/en/function.include.php)

<?php
// Put your page that you'd like to include inside the talking marks.
include("yourpage.html");
?>
If you need any more help just ask :-)

VirtualG
11-09-2009, 06:07 AM
http://www.habboxforum.com/showthread.php?t=602045

Mickword
12-09-2009, 04:41 PM
Thank you both. +Rep for all!

Want to hide these adverts? Register an account for free!