1.<?php
echo'bsfjbsnmfbs';
?>
2.<?
ech'hjndfjkshf';
?>
3
<?
echo'naskfdjnask';
three programs are exected but which is beter why
Answers were Sorted based on User's Feedback
Answer / soni
1.<?php
echo'bsfjbsnmfbs';
?>
It's beter to excuted.
| Is This Answer Correct ? | 31 Yes | 2 No |
Answer / ritu
<?php
echo'bsfjbsnmfbs';
?>
this is better way to execute..
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / 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 |
Explain the visibility of the property or method?
How to count all the lines of code in a directory and sub folder?
How can we change the value of a constant?
How to run a php script?
Explain about switch statement in PHP?
What is alias in php?
What is cURL in PHP?
What is the difference between $message and $$message?
How to write in a file in php?
What is a collection in php?
How to redirect a url from http to https in .htaccess?
Is array a key php?