$_Server this domain predefined variable?
Posted: Fri Nov 16, 2007 10:44 pm
Is there a $_Server predefined variable that when echoed on a domain such as 'ilikeapplesalot.com' will echo out 'ilikeapplesalot.com'?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
echo '<pre>', print_r($_SERVER, true), '</pre>';
?>