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 uniqid php?
Can you pass an array into a function?
What is difference Between PHP 5 and 7?
How to uploaded files to a table?
What is php mean?
How to set session.gc_maxlifetime properly?
What are the advantages of using php?
What is escaping to php?
What is $_ get in php?
What is difference between get and post in php?
Explain me what is the goto statement useful for?
How can you upload a file using php?
What PHP stands for?
How cookies are transported from browsers to servers?
What happens when submit button is clicked?