Help with php include()?

If inside the php file that is included, there is a statement that refreshes the page. Is the whole php page refreshed, or just the part that is included? ie, script a includes script b. script b calls a refresh. Does script a refresh or just script b?

I've read include only inserts the php code, and cannot mimic iframes.
 
Back
Top