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 19094what 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 234761How 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 6288What is the meaning of curl , which is used while connecting with pay pal? and how it works?
2 15488
Tell me what is the use of "ksort" in php?
Explain how can we execute a php script using command line?
Which function is used in php to delete a file?
How to fix "headers already sent" error in php
How can you submit a form without a submit button?
How to find the length of a string?
Why sessions are used in php?
When to use single quotes, double quotes, and backticks?
When sessions ends?
Explain me the difference between include and require?
How to get useful error messages in php?
Can we override static method in php?
How many ways to include variables in double-quoted strings in php?
What is the mysql injection?
How the web server interprets php and interacts with the client?