< Server-Side Scripting < Introduction

index.php

<?php

// Displays 'Hello world!'
//
// References:
//  https://repl.it/languages/php7
//  https://www.php.net/manual/en/tutorial.firstpage.php

echo 'Hello world!';

?>

Try It

Copy and paste the code above into the following free online development environment or use your own PHP compiler / interpreter / IDE.

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.