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 |
Code to open file download dialog in PHP?
How to support multiple-page forms?
Explain Parsing and Execution in PHP? Where PHP Engine Return errors?
How stop the execution of a php scrip?
Explain different types of errors in PHP (i.e. arguments in errorreporting function)?
8 Answers Base2 Infotech, DCI, Microsoft, Tata Elxsi,
What is meant by pear in php? What is the purpose of it?
Why is overriding runtime?
What is compact function php?
How to use validations in php?(codelgniter)
Tell me how can we pass the variable through the navigation between the pages?
How many types of array supported in php?
What are access specifiers?