What is the use of mysqli_real_escape_string() function?
No Answer is Posted For this Question
Be the First to Post Answer
Which function is used to strip whitespace?
When to use self over $this?
What is the difference between mysql_connect and mysql_pconnect ? Which one is good in terms of performance ?
What are the string function in php?
What is phpsessid?
How can we pass the variable through the navigation between the pages?
What does PEAR stands for?
What is session php?
What is $globals php?
Tell me how can we display information of a variable and readable by human with 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
Hi, I want to upload an image ito database and display image in a table in php how it is possible