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
Why do we use sessions in php?
Why overriding is called runtime polymorphism?
Do you know what are traits?
What are the advantages of oops in php?
How to enable parsing?
What is php and its uses?
What is php rest api?
What is the difference between htmlentities and htmlspecialchars in php?
What are the string function in php?
What does sign mean php?
Is php a float?
What is uniqid php?
What is difference between single quotes and double quotes in php?
How to download files from an external server with code in php?
What is if isset ($_ post submit )) in php?