Basic PHP Programming Question:

How do you call a constructor for a parent class?

PHP Interview Question
PHP Interview Question

Answer:

parent::constructor($value)


Previous QuestionNext Question
What are the differences between GET and POST methods in form submitting, give the case where we can use GET and we can use POST methods?WHAT ARE THE DIFFERENT TYPES OF ERRORS IN PHP?