Answer Posted / kailash choudhary
four type of error in php. 1.fatal 2.notice 3.warning
4.parse
| Is This Answer Correct ? | 65 Yes | 6 No |
Post New Answer View All Answers
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
Is it possible multiple inheritance in php?
Is php worth learning in 2019?
Tell me what does the scope of variables means?
What is return value in php?
How to find the length of a string?
What is mvc? Why its been used?
Is php used for frontend or backend?
What is a php certification?
Which php framework is best?
Is php procedural or oop?
What do you mean by having php as whitespace insensitive?
Distinguish between urlencode and urldecode?
How to pass variables by references?
Tell me how is it possible to know the number of rows returned in result set?