Earlier I had a shtml file and included some php code in it, and within that code there was a setcookie command. Whenever I ran this code everything in the included php code ran fine except for the setcookie. I had to change my .shtml page into a php page and have the section with the setcookie code written out in that page to get it working.
However, I was wondering now that I changed my page to .php , will it load slower than if it was a shtml or an html ?