<?phpstr php_sapi_name ( )?>
<?phpecho php_sapi_name(); // The PHP constant PHP_SAPI // has the same value as php_sapi_nameecho '<br><br>' . PHP_SAPI; ?>