PHP/HTML schoolz part 2

How to include one page in your index? Or maybe just part of it, or call to bring specific php file to be executed? …………………………………… IFRAME Easy way to include whole page is simple iframe tag. It is handy as you can insert external source file. You can also change settings like: scrolling=”auto” scrolling=”no” scrolling=”yes” […]