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