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
9 19130what is the current salary package in India for a PHP & MySQL programmer who has 3 years experience
ABC, BLG Logistics, Google, HCL, IBM, Infosys, People Group, PHP, Torque Infotech, V Angelz Technologies, Yahoo,
127 235382How to connect SMTP server in php. I want to edit that in mantiss bug tracking tool. If anyone worked on mantiss software or in php, please give answer . I need to modify that in mantiss software.
1 6313What is the meaning of curl , which is used while connecting with pay pal? and how it works?
2 15496
How is csrf token generated?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What is the use of trim function in php?
Which character is used to match exactly one character?
What is the difference between for and foreach?
How to create connection in php?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
What is a class in php programing?
Explain the types of string comparision function in PHP
How do I see how many pages per session in google analytics?
What is the difference between super () and this ()?
What is the difference between implode() and explode() in php?
How to get complete current page url in php?
How to call a php function from another php file?
How to get a total number of rows available in the table?