In this course, we are going to give a broad overview of one of most popular languages on the web.
This course will help you get started with the language in no time by covering topics such as, installing a web server, PHP, and the MySQL database server.
This course is designed to give you the foundation for becoming a productive PHP developer in a LAMP environment.
PHP is going to provide more flexibility than HTML does on its own. HTML pages are static by their nature, so all visitors to a web page see that same page all the time. PHP let's us create dynamic pages. PHP syntax is going to be very similar to C, Java and Perl.