Which is correct about mysqli and pdo?
No Answer is Posted For this Question
Be the First to Post Answer
What are hooks in php?
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
How to generate pdf file in php?
How easy is php?
Can we run php in apache tomcat?
What is lamp in php?
What is the use of token in php?
What is php good for?
What is the goto statement useful for?
What is the use of mysql_real_escape_string() function?
How can you send http header to the client in php?
Where is session value stored php?