PHP Basics Test Chamber

PHP Basics

Basic Echo Statement

The message below is generated with PHP, using an echo statement

Hello World!

Dynamic Content Example

The website user's IP address is being echoed below from PHP's superglobal $_SERVER array.

216.73.216.122

The website user's user agent string is echoed below.

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)