003PHP_ Instruction Separation - Manual

download 003PHP_ Instruction Separation - Manual

of 2

Transcript of 003PHP_ Instruction Separation - Manual

  • 7/28/2019 003PHP_ Instruction Separation - Manual

    1/2

    [edit] Last updated: Fri, 20 Apr 2012

    Instruction separation

    As in C or Perl, PHP requires instructions to be terminated with a semicolon at the end of each statement. The closing tag of a block of PHP code

    automatically implies a semicolon; you do not need to have a semicolon terminating the last line of a PHP block. The closing tag for the block will include

    the immediately trailing newline if one is present.

  • 7/28/2019 003PHP_ Instruction Separation - Manual

    2/2

    1 of 2 26/04/2012 11:02

    Value:

    (You have to add an extra enter after if you want to see a newline in the output.

    james dot d dot noyes at lmco dot com 05-May-2008 11:42

    If you are embedding this in XML, you had better place the ending '?>' there or the XML parser will puke on you. XML parsers do not like

    processing instructions without end tags, regardless of what PHP does.

    If you're doing HTML like 90% of the world, or if you are going to process/interpret the PHP before the XML parser ever sees it, then you

    can likely get away with it, but it's still not best practice for XML.

    Krishna Srikanth 17-Aug-2006 04:44

    Do not mis interpret

    if you no more html to write after the code.

    Copyright 2001-2012 The PHP GroupAll rights reserved.

    PHP: Instruction separation - Manual http://www.php.net/manual/en/language.basic-syntax.instruction-separation.php

    2 f 2 26/04/2012 11 02