Is there a way you can link to an external php file within an HTML file? For example to point to an external CSS file you do the following:
<link rel="stylesheet" type="text/css" href="file.css">
So what do you do to point to an external php file? Please help me