Display Student IP

Display Student IP

- Michigan Moodler の投稿
返信数: 1
Is it possible to display a user's IP address within a HTML resource page using <?php echo $_SERVER["REMOTE_ADDR"];?>

Is it necessary to configure Moodle to process PHP within HTML or is this simply a .htaccess configuration?

Any help would be greatly appreciated.

Chuck
Michigan Moodler への返信

Re: Display Student IP

- Jon Witts の投稿
画像 Particularly helpful Moodlers 画像 Plugin developers 画像 Testers
For security reasons, Moodle will not parse php within its html resource files.

To do this you would have to create the php file outside of moodle and upload it to your server in the main web accessible folder...

Jon