How the result set of mysql be handled in php?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
What is data abstraction in php?
What is trait in php?
Is php case sensitive?
What is difference between session_unset and session_destroy?
Write a program in php to check whether a number is prime or not?
"$this" what type of object it is?
What is local variable in php?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
What is the use of extract function in php?
How can I make a script that can be bilanguage (supports English, German)?
Which php function will attach one file to another?