Home » PHP » PHP MySQL Database » Question
  1. Which method returns the error code generated from the execution of the last MySQL function?
    1. errorno()
    2. errornumber()
    3. errno()
    4. errnumber()
    5. None of these
Correct Option: C

Error numbers are often used in lieu of natural-language message to ease software internationalization efforts and allow for customization of error messages.



Your comments will be displayed only after manual approval.