Explain me the difference between include and require?
No Answer is Posted For this Question
Be the First to Post Answer
Does cors prevent csrf?
What is variable give example?
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
we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.
What happens when submit button is clicked?
What is php addslashes?
Tell us what is the difference between session_unregister() and session_unset()?
How is the comparison of objects done in php?
What is the definition of a session?
What is the use of session and cookies in php?
How can we submit a form without a submit button?
23 Answers ABC, HCL, Infosys, Kept Bug, Panys, Rushmore Consultancy, Torque Infotech, Wipro, zCon Solutions,
Tell me how can we pass the variable through the navigation between the pages?