Translations:PHP/4/en
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.
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.