What does csrf token mean?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what is the main difference between php 4 and php 5?
Who is the father of PHP and explain the changes in PHP versions?
15 Answers ADISoft Tech, Genpact, PropTiger, TWA,
How is it possible to return a value from a function?
How can we change the value of a constant?
Explain the difference between $message and $$message?
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
what is output of echo 1< 2 and echo 1 >2
8 Answers HCL, Navigators Software,
What is php and how do you use it?
What are Routines?
What is the mysql injection?
What is regular expression in php?
Is it possible to use com component in php?