chawezul Posted July 23, 2006 Share Posted July 23, 2006 When I create a new php file in dreamweaver and open it, I get[code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Untitled Document</title></head><body></body></html>[/code]Wheras I'd like to get something like:[code]<?php// author: // date: class * { function __construct() { }}?>[/code]Does anyone know how to do this? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 23, 2006 Share Posted July 23, 2006 If you want to do that, you'll need to goto:C:\Program Files\Macromedia\Dreamweaver 8\Configuration\DocumentTypes\NewDocumentsNow find Defualt.php and open it within Dreamweaver. Replace the defualt html code with your PHP code. Save it. Exit DW8. Reload Dreamweaver. Goto create a new PHP file. It should now load up the new defualt.php file which should now have your PHP code displayed. Quote Link to comment Share on other sites More sharing options...
chawezul Posted July 24, 2006 Author Share Posted July 24, 2006 Great thanks just what I wanted definatly helps a bunch!!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.