Wed, 2004-08-04 22:12
I see the file extension .phtml showing up more frequently on sites - I'm curious what it is
- anybody?
Thu, 2004-08-05 13:26
#1
What is phtml?
That stands for: "LOOK OUT!! Newbie web designer on P plates"...
Actually phtml (or it's sometimes called a PHP) page is a web page that includes a script written in PHP. You may sometimes see ".php3" suffix as well. Either of these suffixes indicate an HTML page that includes a PHP script.
Thu, 2004-08-05 16:18
#2
What is phtml?
That is so funny. I've been coding with php for a few years but didn't know about the phtml extension - I've always just used .php
Thanks for clearing that up!