Guteman Posted March 10, 2006 Share Posted March 10, 2006 I have been a long time user with using Dynamic SSI Iframes, but I am looking for an easier way to make a layout work. How can I make a layout with ease without having todo php includes? I want it to function like an iframe, but not actually be one. Link to comment https://forums.phpfreaks.com/topic/4584-php-layout/ Share on other sites More sharing options...
kenrbnsn Posted March 10, 2006 Share Posted March 10, 2006 You do not use PHP to create how the data is displayed. PHP is ued to get the data. PHP doesn't know or care how the data is displayed or even if it is. How it is displayed is up to you and the tools you use. I would recommend learn CSS so you can customize the display or your data.Ken Link to comment https://forums.phpfreaks.com/topic/4584-php-layout/#findComment-16041 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.