Tag Archives: Php Index

Can I put PHP into my index.html page in a shared hosting environment on GoDaddy?

I’m hoping there’s a file I can stick into my file system that will tell the shared hosting that in my directory .html documents can run PHP scripts. Right now I have to rename them index.php and that’s going to really be a problem on my site. Does anyone know a way to change that … Continue reading

In a webpage browser, what syntax will I use to automatically open or display a php file using the index.html?

I programmed a php file but I need to be be opened or to be displayed automatically without copying the content of the php to the index.html…. What syntax will I insert to the index.html because most index.html upn opening a browser to that directory it automatically read the index.html not the desired file.php. Doing … Continue reading