What are the different methods of passing data or information between two calls of a web page? What are the advantages/disadvantages of these methods?
4 18205What are the different ways to login to a remote server? Explain the means, advantages and disadvantages?
1 5997Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.
1 6293
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?
What does the unlink() function means?
Can you use both this () and super () in a constructor?
What is the delimiter default in PHP?
What are the delimiters in php?
Does wordpress run on php 7?
How to open standard output as a file handle?
What do you mean by having php as whitespace insensitive?
What are escaping characters? Explain with an example?
Explain me how failures in execution are handled with include() and require() functions?
What is needed to be able to use image function?
What is difference between require_once(), require(), include()?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
What is php stack?
Who is the father of php and what is the current version of php and mysql?