79708526

Date: 2025-07-21 03:56:28
Score: 4
Natty:
Report link

Are you looking for $_SERVER['SERVER_NAME'] ?

You can echo all the super globals.

<?php

echo '<pre>';

print_r($_SERVER[]);

echo '</pre>';

?>

But what @okneloper said is correct.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @okneloper
  • Low reputation (1):
Posted by: Oppie