What is include in php?
No Answer is Posted For this Question
Be the First to Post Answer
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
When to use single quotes, double quotes, and backticks?
Explain PHP?
what are the errors and when we get that particular errors.and who will give that errors
Explain me differences between get and post methods?
How can I reverse sort an array keeping the correlation between the index and value?
2 Answers Rushmore Consultancy,
Is null check in php?
•How can we submit a form without a submit button
What is php and sql?
What is abstract class php?
What is the difference between $message and $$message in php?
what does this symbol mean in php?