Copy link to clipboard
Copied
Hi
My DW CS4 has started to not show php includes in the code view (or design view for that matter!)
They take this form usually -
<?php include($_SERVER['DOCUMENT_ROOT'].'/php-include/nav-left.php'); ?>
However, they are all missing! Is there a setting that has inadvertently changed?
Thanks
Graham
Copy link to clipboard
Copied
Dreamweaver is not capable of interpreting $_SERVER['DOCUMENT_ROOT']. You need to use document-relative links for include files.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more