Answer Posted / juhi
<?
print ".PHP";
?>
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the importance of parser in php?
What is preg_match?
List the different types of print functions available in php?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What should be the length of variable for SHA256?
Can you use php and javascript together?
What is difference between strstr() and stristr()?
What is $_ get and $_ post in php?
Explain me is multiple inheritance supported in php?
How to get ip address of a server in php?
What is config file in php?
What are php filters?
How do I run php?
What is the difference between runtime exception and compile time exception?
Are parent constructors called implicitly inside a class constructor?