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 |
what is Abbreviavion of PHP?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
What is the use of pear in php?
How to download the files using PHP
How to use the COM components in PHP?
What is meant by nl2br()?
4 Answers Rushmore Consultancy,
What is the exact Diff. between include_once() and require_once() in PHP?
How long is session timeout?
What are the two most common ways to start and finish a php block of code?
What is asort php?
How to count a number of words in a string in php?
How do you call a constructor for a parent class?