Bold Outlook
01-23-2008, 02:17 PM
Besides the file extension I was wondering if there was any real difference between the two. Such as speed, future PHP 5 support, etc...?
![]() | View Full Version : PHP / pHtml Differences? Bold Outlook 01-23-2008, 02:17 PM Besides the file extension I was wondering if there was any real difference between the two. Such as speed, future PHP 5 support, etc...? Czaries 01-23-2008, 03:11 PM There is no difference - PHP parses both file formats the same. It's kind of like how .php is the same as .php3 and .php4, etc. One interesting thing though, is that some PHP frameworks use .php files as the main core functionality, and .phtml as template files. There is no difference in parsing, but it helps keep the purposes separate. |