What is difference between include and include_once in php?
No Answer is Posted For this Question
Be the First to Post Answer
m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....
How to run the interactive php shell from the command line interface?
What is the method to register a variable into a session?
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 do I debug php?
what does this symbol mean in php?
How can you upload a file using php?
How can we submit a form without a submit button? What is the use of obj_star?
2 Answers Rushmore Consultancy,
How to check your php installation?
Where are the persistent cookies stored on your computer?
What is the difference between echo print and print_r in php?
Design a class that should always return a single object ?