What is exception handling in php?
No Answer is Posted For this Question
Be the First to Post Answer
Are php variables global?
Explain what is the difference between for and foreach?
Explain about Type Juggling in PHP?
What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?
Is echo a function in php?
In what are the ways you can encrypt the password ?
How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?
What is self in php?
What is use of echo in php?
Create 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.
What is basename php?
Explain what are the three classes of errors that can occur in php?