Which of the following statements is true?
All PHP database extensions support prepared statements
All PHP database extensions come with their own special helper functions to escape user data to be used in dynamic SQL queries
All PHP database extensions provide an OOP interface
All PHP database extensions appear in the output of php -m , if installed
Submit