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 is session in php w3schools?
Explain type casting and type juggling.
How to move uploaded files to permanent directory?
Are react hooks stable?
What is php glob?
Which functions are used to remove whitespaces from the string?
Tell me are parent constructors called implicitly inside a class constructor?
What are php data types?
What does explode do in php?
How can you submit a form without a submit button?
What is csrf token and how it works?
What is the use of array_count_values() in php?
Is a number php?
What is php mean?
What is difference between array_merge and array_combine in php?