Answer Posted / richa
$P = shell_exec("SELECT salary
FROM mytable
ORDER BY
salary DESC");
echo $p[0];
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the __construct() and __destruct() methods in a php class?
How does php serialize work?
Which one is best framework for php?
What is the integer?
Tell me what is the difference between exception::getmessage and exception::getline?
What is trim function in php?
Write a php script to get the largest key in an array?
How to remove a file?
What is php compared to html?
Which function will you use to create an array?
How can you get the size of an image in PHP?
Explain PHP?
What language is similar to php?
Which will check if a function exists?
What is baseurl?