[ Team LiB ] Previous Section Next Section

Exercise

  1. Familiarize yourself with the process of creating, uploading, and running PHP scripts. In particular, create your own "hello world" script. Add HTML code to it and additional blocks of PHP. Experiment with the various PHP delimiter tags. Which ones are enabled in your configuration? Take a look at your php.ini file to confirm your findings, and don't forget to add some comments to your code.

    [ Team LiB ] Previous Section Next Section