PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
All the code is created using php, and basically I am just writing the HTML using php statements. What I am trying to do, and I'm not even sure if its possible using php code, is load an external file into the blank space that is there. I can use iframes, but don't want the scroll bars or border. i tried a floating div layer, but can't use the 'src=....' tag in that, so it does me no good. I was hoping there was some sort of way to do this in php. i COULD load a file into a variable and just print that... but then the server won't process the php code. any ideas?
wow is it really that easy... i was about ready to use CSS layers and DHTML and .... i spent 5 hours searching and trying code... i'll post in about 10 minutes if that works out. thank you