Comment on PHP Hacking aka trying to push PHP internals forwardsparentComments−z9215yOne good point in PHP is the hello world code is just "hello, world". Not print("hello, world") neither <?php echo "hello, world"?>.Simply type in hello world in a file, save it and run it as PHP script. It will print "hello world". And that was the start of the good things.
Comments
One good point in PHP is the hello world code is just "hello, world". Not print("hello, world") neither <?php echo "hello, world"?>.
Simply type in hello world in a file, save it and run it as PHP script. It will print "hello world". And that was the start of the good things.