Why php script is not running in browser?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of php variables?
How to concatenate two strings in php?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
Tell me what does accessing a class via :: means?
Explain me what is the w3c?
How to change the principal password?
What are the differences between procedure-oriented languages and object-oriented languages?
Where are cookies stored php?
How to remove the new line character from the end of a text line?
what is the diffrence between for and foreach?
11 Answers Hirolasoft, IBM, Photon,
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 to increase the maximum execution time of a script in php?