Why does php need server?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about the data types in PHP?
hi, i am new for php I want to know where to create & how to run phpscript programme in LAMP?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
For printing out strings, there are echo, print and printf. Explain the differences.
What is polymorphism in php?
Explain php split() function.
Why php 7 is faster?
What is the scope of a variable defined in a function?
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 is difference between php and wordpress?
Is there an easy way to delete an element from a php array?
What are the two types of variables?