1.<?php
echo'bsfjbsnmfbs';
?>
2.<?
ech'hjndfjkshf';
?>
3
<?
echo'naskfdjnask';
three programs are exected but which is beter why
Answer Posted / ritu
<?php
echo'bsfjbsnmfbs';
?>
this is better way to execute..
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How can we calculate the similarity between two strings?
What is php and what does it do?
What is the function of trim?
Tell me how to initiate a session in php?
Are php sessions secure?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
What is the difference between fopen() and fclose()?
Name some of the functions in php.
Differentiate between require and include?
How can I use single quotes in single quotes in php?
Which framework is best for php?
Is echo a function in php?
What is the difference between null and empty?
What is difference between echo and print_r in php?
Are there regular expressions in php?