Which function can be used to exit from the script after displaying the error message?
No Answer is Posted For this Question
Be the First to Post Answer
How can we convert the time zones using PHP?
Tell me are parent constructors called implicitly inside a class constructor?
How can we encrypt the password using php?
What is the use of @ in php?
hello.. i am b.tech 4th year student. i am confused that i should learning php or java. I have some knowledge of java and developed project in java, but i want to develop my career in php. So plz suggest me , i should go with php or java.
how to track user logged out or not? when a user is idle?
What is the maximum size of a file that can be uploaded using PHP and how can we change this?
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 php date function?
What are the different ways we can retrive the mysql results using php ? Explain each
Can I use php in visual studio?
What is the different between count() and sizeof() in php?