Fri, 17 May 2024


How to list all available server variables with PHP?

By: Anton, NetArt Media
Mon, 10 August 2020

foreach ( $_SERVER as $key=>$value )
{
echo ' $_SERVER[''.$key.''] = ''.$value.'';

}


Category: PHP Examples
Share this post:



See All Scripts






Subscribe for our newsletter

Receive the latest blog posts direct in your mailbox