I'm trying to create a tpl file on a Windows Server 2003. Do I need a template program to be loaded on this server to create a tpl file? All I seem to have to create a file is Wordpad or Notepad.
Open up notepad type in your html code. But instead of saving it as file.html save it as file.tpl Ryan
Is tpl supposed to be one of the choices to save to? Or does just putting a tpl extension make it a tpl file? For some reason that doesn't seem right.
open notepad, type whatever code you want to, then go to Save As, from the drop-down box choose All Files, and then type the name of the file like this: filename.tpl
TPL, like HTML, are just text files so yes, just save it with the new file extension and thats it. What are you using Windows Server for though if you are going down the PHP route? Generally Apache is more stable on *nix servers and IIS, whilst able to support some elements of PHP cannot support critical elements like the .htaccess file If you are stuck with PHP then go down the *nix server route. If you want to keep the Windows Server then go down the .Net route instead in which case you would need to create .Master files rather than .TPL which again are text files (before compiling)
Can I just add that if you want PHP you don't HAVE to go to Unix but you should at least go to Apache. Apache is what supports .htaccess for example, not PHP or Unix, and it's available for Windows all nicely packaged with MySQL and PHP ready for you...
You dont have to go for unix/ linux (*nix) but it is a "better" combination than with windows. If you are using windows you have a strong case of using IIS and ASP/ ASP.Net rather than php