|
|
|
|
|
by z92
5480 days ago
|
|
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. |
|