Tag Archives: ternary operators
Interview questions For PHP
Posted on 03. Apr, 2009 by admin.
0
What does a special set of tags <?= and ?> do in PHP?
Its called short tag , in this case the output is directly displayed on the browser without using the echo or print statement.
What’s the difference between include and require,include_once and require_once? – In case of include and require it differ in how [...]
