Hi Scott,
Can we take a step back for a moment?
PHP is a server-side web-scripting language. On a PHP-enabled webserver, pages ending in .php are parsed for
b <?
and
b ?>
tags. These tags are processed, the actions performed, and
b only then
is the webpage sent to the web-browser. When the web-browser receives the .php page there are
b no longer
any
b <?
or
b ?>
tags in it. So even if the browser understood how to process PHP tags, there are none in the page it receives. You can verify this when you do a
b View Source
on a .php page from a working, PHP-enabled webserver.
I have
b never
heard of a web-browser that had a built-in PHP processor. Is it possible that DreamWeaver has some sort of a PHP processor built-in?
With respect to feedback to Apple, it would be nice if Apple had the resources to read all these postings, but unfortunately they don't. For feedback to Apple, we have to explicitly send it using one of their feedback pages, viz:
http://www.apple.com/macosx/feedback/
very best regards,
...ben