1.<?php
echo'bsfjbsnmfbs';
?>
2.<?
ech'hjndfjkshf';
?>
3
<?
echo'naskfdjnask';
three programs are exected but which is beter why
Answer Posted / sandhya
<?php
echo'bsfjbsnmfbs';
?>
is the correct way to execute.
Why because..
In asp also the tags will be <? ?> like this, some servers
don't know whether it is php or asp.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is form action php?
Can php run on windows server?
What is a string in php?
What is the name of the scripting engine that powers PHP?
How to pass variables and data from php to javascript?
Tell me what types of loops exist in php?
How to remove an empty directory?
Difference between $message vs. $$Message in php.
How do I run a php file?
Is php faster than nodejs?
What is a class in php programing?
What is difference between count or sizeof function in php?
What PHP stands for?
What is a query in php?
Explain about switch statement in PHP?