Series - PHP-for-Azure


PHP for Azure: (06) Deploying to Azure[MP4] [0:57:22] [2014/12/19]
Now that you're feeling like a PHP superstar, see just how quickly and easily you can get your site out in the world with Azure. [01:55] - Support for PHP[08:54] - Azure SDK for PHP[12:22] - Creating…


PHP for Azure: (05) Creating an API[MP4] [0:53:20] [2014/12/19]
Explore using PHP to query the database and to send data back to the client as JSON, CSV, or whatever else, since the modern web is all about separating view from data. [01:42] - About APIs[11:15] -…


PHP for Azure: (04) PHP and MySQL[MP4] [0:50:48] [2014/12/19]
Dive into how to connect PHP to databases so that it's even more useful and powerful, and then connect the sample website to a database. [02:41] - Databases with PHP[05:51] - phpMyAdmin[33:12] -…


PHP for Azure: (03) Forms, Sessions, & Cookies[MP4] [0:41:23] [2014/12/19]
Now that your site is built, learn how to process form input. Plus, explore saving variables on the server-side with sessions and on the client-side with cookies. [01:50] - Basic Form[08:52] - Form…


PHP for Azure: (02) From Static to Dynamics[MP4] [0:51:44] [2014/12/19]
Learn how to go from a few basic HTML pages to a working PHP site, all using query strings and a couple of lines of PHP. [06:26] - Includes[19:13] - Partials[29:03] - Query String and Templates


PHP for Azure: (01) Getting Started[MP4] [0:50:10] [2014/12/19]
Dig into the history of PHP, and take a look at the language's basic building blocks. [05:59] - Introduction to PHP[15:09] - Getting Started