
August 31st, 2004, 01:38 AM
|
|
Registered User
|
|
Join Date: Dec 2003
Location: Denmark
Posts: 16
Time spent in forums: 58 m 32 sec
Reputation Power: 0
|
|
|
Dreamweaver is messing with my includes
Hey there.
Ive done something really stupid. I used Dreamweaver yesterday and every time i opened a php document, it asked if i wanted to display the contents of included files. So i said yes, and clicked the "Dont ask me again" .. so, now every time i save a document with an include statement, it displays this:
Code:
<MM:BeginLock translatorClass="MM_SSI" type="ssi" orig="%3C?PHP include('menu.php');?%3E" fileRef="menu.php"><img src="file:///C|/Programmer/Macromedia/Dreamweaver MX/Configuration/ThirdPartyTags/PHP.gif"><MM:EndLock>
insted of:
Code:
<?PHP include('menu.php');?>
How do i disable this, so it saves the actual include statement instead of this mumbo jumbo code?
Ruben...
|