PDA

View Full Version : Basic PHP - Hi World



phr34k1sh
04-22-2013, 12:31 PM
I was just browsing the PHP section, and thought i'd just post something simple, as i haven't seen anyone post this yet :)

It's just a small contribution on how to do the "Hello World" in php


<?php
echo "Hello World";
?>