Require_once(), require(), include(). What is difference between them?
No Answer is Posted For this Question
Be the First to Post Answer
What is an array in php?
Describe which programming language does php parallel to?
Why is overriding runtime?
What software is required for php?
Difference between mysql_connect and mysql_pconnect in php?
What is htaccess? Why do we use this and where?
when we submit any string in single inverted comma('abc') with get or post method,we will get exact string with single inverted comma('abc')by using $_REQUEST[]. But it is giving (\'abc\'). so anybody please help me to remove that slash,therefore i will get exact string...
What is nan value?
What is the capacity of mysql database?
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 do the initials of php stand for?
what is the difference between php and my sql