PHP templates

Hi.

I’m confused with php templates. Let’s say I have PHP template called template.html.php and a phpfile called myfile.php which contains include statement for that template.

Now, which file of them should be accessed by the user?

Well if template.html.php is the HTML then www.site.com/myfile.php is what you would call