About Our PHP Environment
Birdhouse makes the PHP server-side scripting language available to all customers. Any files ending with the .php extension will be automatically parsed for PHP tags by the web server.
We have register_globals=off turned off server-wide. This means that your scripts or applications must check carefully to see where variable values are coming from. There are many useful tutorials on programming with register_globals=off on the internet. Try this Google search, for starters.


