Can I run php without xampp?
No Answer is Posted For this Question
Be the First to Post Answer
How are sessions maintained?
Which software is used to run php programs?
What is different between software and app
Explain type casting and type juggling.
What is c++ polymorphism?
What is session_start () in php?
What is final class and final method?
What are the string functions in php?
what does this symbol mean in php?
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 can you create a session in php?
What is the use of stripslashes in php?