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
Is python similar to php?
What is difference between require_once(), require(), include()?
What is a lambda function in php?
Does php support multiple inheritances?
What is difference between static and constant in php?
What is $_ post in php?
How to change the principal password?
Explain me what is the meaning of a persistent cookie?
How to read and display a HTML source from the website url?
How to include a file to a PHP page?
How does php and apache work?
What does the function get_magic_quotes_gpc() means?
Tell me how to get the value of current session id?
What is the alternative structure for control structures?
How do you check if an arraylist is empty?