Sunday, 8 September 2013

What is syntax in PHP code?

What is syntax in PHP code?

Previous I bumped into codes like this:
<?php
$var="hello";
?>
<?=$var?>
It simply prints out the content of $var, so... is the syntax equivalent
to echo $var? I'll also appreciate an answer pointing to a related manual
page. Since the syntax is not searchable.

No comments:

Post a Comment