Carbonize wrote:That has nothing at all to do with using PHP in a HTML file. And on top of it having nothing to do with the topic at hand register_globals is disabled by default for a very good reason and only poorly written scripts would require it to be enabled.
What I posted here was a direct quote from my host."
"If you installed a new script and are getting the 500 error trying to load the page please see this document first as you might need to turn register globals on. The syntax generally follows this format: phpconfigValueToOverride = value. The most common PHP value you need to set for many of the scripts that we offer via fantastico is register_globals. To enable register_globals you simply place this in your php.ini file: register_globals = On. Conversely, you can turn off register globals: register_globals = Off.
I have had to use this feature myself when using html files which call PHP specific functions.