How to set a value in session? How to remove data from a session?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of mysql_real_escape_string in php?
Is php good for career?
how to register website in internet
How to create an array 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 easy is php?
Does csrf token change?
what is the use of include() function when include_once() alone will enough?
Could we start a variable with number like $4name?
What are escaping characters?
How do you end php?
1.What are the difference between echo , print , print_r ? else this 3 can we show output to a client in some other way?