View Single Post
  #4 (permalink)  
Old Mar 2nd, 2006, 15:23
sypher sypher is offline
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: iFrame Sizing Doesnt Work

As your using php you can use:
Code: Select all
<?php include("filename.php"); ?>
to include content wherever u want it.
Reply With Quote