PHP: Giriş
PHP öğrenmeye hızlı bir genel bakış ve Hello World ile başla.
PHP — Introduction
Overview
PHP sunucu taraflı web geliştirmede çok yaygındır.
Hello World
<?php
echo 'Hello, World!';
?>
What you'll learn
- How to run PHP
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.