Log in

View Full Version : Changing from .htm to .php



Bornfree
05-18-2011, 02:23 AM
Hi Guys,

I don't know if I'm asking int he right forum or not. I currently have a campain with adwords for my site. How i wish to change the .htm file to .php.

I want to know if this will affect my adwords campain? Is it safe to change to .php

Thanks.

traq
05-18-2011, 03:10 AM
php writes html: browsers have no way of telling the difference. as long as your php output still contains your adwords script, then it will work just fine.

djr33
05-18-2011, 08:35 PM
The only potential problem would be if your host does not support PHP. In that case, .php would probably download as code rather than display in the browser. But if you can use any PHP page, then you can rename any .htm/.html page to .php and it will work identically. Of course it will also allow PHP code as needed.