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 |
Is it possible multiple inheritance in php?
what are the differents between 'action' and 'target' in form tag?
What is the difference between == and === in php?
What is indexing in mysql and how do we create indexing in mysql
How to delete file in php?
Can a trait extend a class php?
What is the difference between print() and echo()?
What is the value for this auto incremented field user_pri_id?
What type of errors can be occurred in php?
What is the importance of php?
Explain about Type Juggling in PHP?
Tell me how is it possible to parse a configuration file?