PHP Basics

PHP runs on the server.

<?php echo "Hello World"; ?>

PHP talks to the database and sends data to the browser.

← Back