Imagine you are tasked with developing a dynamic website that interacts with a database. Would PHP be a suitable choice for this task? Why or why not?

  • Yes, because PHP can't interact with a database.
  • No, because PHP is a client-side language.
  • Yes, because PHP is a server-side scripting language with strong database integration capabilities.
  • No, because PHP is only suitable for creating static websites.
PHP is a server-side scripting language designed primarily for web development. It has strong capabilities for database interactions, making it a suitable choice for developing a dynamic website that interacts with a database. Learn more: https://www.php.net/manual/en/intro-whatis.php
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *