Are you talking about including an html file.
That would simply be
include "somefile.html";
Arun Agrawal wrote:
Hi
I am a newbie, casual PHP programmer. No formal training.
In one of my programs, I am doing some processing in PHP, then I want to handover control to a htm file.
What command I should use?
Thanks in advance.