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
Is it possible to protect special characters in a query string?
What is regex in html?
Does php need to be installed?
How to check a key exist in an array?
How to create a mysql connection in php?
Does php have block scope?
What is data type in php?
What is the main difference between asp net and php?
How do you check if a variable has been set in php?
What is the scope of a variable defined outside a function?
Is empty function c++?
Tell me how can we automatically escape incoming data?
What is difference between compile time and run time polymorphism?
Tell me what is use of in_array() function in php?
Where do I run php code?