What is difference between get and post?
No Answer is Posted For this Question
Be the First to Post Answer
Extract url from this string? It should be flexible for all strings, not for this string only. "yahoo.comyahoo.co.inhotmail.org"
What is magic quotes?
What is the difference between echo print and print_r in php?
Explain the difference between session and cookies in php?
What is array filter php?
What is php limit?
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
Is key in array php?
explain in brief type juggling in php?
What is the use of ajax in php?
Is echo a function in php?
Whhat is a Functions