Re: <?= "Help" ?>



rik wrote:
> I suppose the difference between ASP and PHP is that echo $var; is much
> shorter than response.write var so there is less need to have a
> shorthnd version of it.

ASP too has short hand version <%= foo %>

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com

.



Relevant Pages

  • Re:
    ... I suppose the difference between ASP and PHP is that echo $var; ... shorter than response.write var so there is less need to have a ... shorthnd version of it. ...
    (comp.lang.php)
  • Problem with ASP/Javascript coding with frames and "top.parent"
    ... I am fixing a client's Web site and I do not have the time to reprogram ... When a different value is selected in a drop-down, a piece of ASP is ... var f = top.parent.main.document.frmPayment; ...
    (comp.lang.javascript)
  • Re: test script
    ... echo $var> file1 ... literally in a string then you need to quote the string (or at ... While parsing your echo command bash first replaces $var with the ...
    (comp.os.linux.misc)
  • Re: test script
    ... echo $var> file1 ... When parsing a command bash sees "white space" (that is: ... literally in a string then you need to quote the string (or at ... While parsing your echo command bash first replaces $var with the ...
    (comp.os.linux.misc)
  • Re: on input form showing error message for duplicate entry.
    ... | INSERT but I just don't know enough php to get this to work. ... var skipValidation = false; ... title="Click to sort" ... echo 'There are currently no records to display.'; ...
    (alt.php)