In my Javascript website, I have to load a PHP file inside the index.html(root) file for tracking the ads.
I have the PHP file with me how can I include it in the HTML file without changing my .html file to .php or any other formats?
Note: My application is not running on a PHP server it is just a static javascript website.
Comments
Post a Comment