PHP was one of the first and still is the most popular language on the web for building dynamic websites without having to compile code. As a server-side language, PHP allows authors to retrieve data from any database, manipulate it, and display it on the web, enabling users to interact with it. To date, PHP powers millions of websites including Facebook, Etsy, and the most popular CMS applications, like WordPress, Joomla, and Drupal.
This course is an introduction to PHP meant for budding programmers. A familiarity with basic HTML and CSS is required.
What you’ll learn:
• Basic programming concepts in PHP like variables, data types, and functions, if/then statements, arrays and loops.
• Basic concepts for building server-side web applications
• How to use a MySQL database to create a dynamic, database-driven website.