Translations:PHP/4/en

From pronounmail wiki
Jump to navigation Jump to search

Writing a PHP

You can write a PHP script like this:

<?php
echo "this is my cool script";

There's a pretty okay guide on the PHP website.