Forum Moderators: coopster
I found a bug / problem in Dreamweaver MX and wanted to share with you guys so if anyone else facing the same problem.
When you use $_SERVER intelli-sence (help dropdown) in dreamweaver it gives you wrong variable-name for REFERRER i.e
$_SERVER['HTTP_REFERRER']; in fact this is grammatically correct but according to PHP it should be with SINGLE 'R' i.e
$_SERVER['HTTP_REFERER'];
It wasted my so much time and finally I found that dreamweaver had lead me to the mis-spelled global variable name. So be aware of this problem in Dreamweaver MX