How to call a php function from html button?
No Answer is Posted For this Question
Be the First to Post Answer
What is member variable?
What is static variable in php?
What is the difference between the include() and require() functions?
What is the difference between Session and Cookie?
Is php session id unique?
how to use particular city location in php?
How can I find the colour of a pixel of an image?
2 Answers Rushmore Consultancy,
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
Is server side a session?
How can you parse files that were not ending with .php by using Apache?
What is call by reference in php?
Explain the different types of errors in php.