What is php full form?
No Answer is Posted For this Question
Be the First to Post Answer
how many type of url?
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
Tell me how is it possible to know the number of rows returned in result set?
Does php class need constructor?
What is sql injection in php?
Is it possible to destroy a cookie?
What is a php object?
How to calculate the difference between two dates using php?
How do I end a php session?
What is php compared to html?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
Tell me are parent constructors called implicitly inside a class constructor?