Why php is sometimes called as embedded scripting language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a php code which could be used to generate random numbers between 1 - 100 and display them on the screen.
What is a lambda function in php?
What is escaping to php?
What is lazy loading in php?
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
Write a program in php to check whether a number is prime or not?
What are the two most common ways to start and finish a php block of code?
What is the importance of php?
Which php global variable is used for uploading a file?
i want the different aptitude questions on interview way
Explain what are the three classes of errors that can occur in php?
Explain PHP?