Understanding the Project UI - Overview
Update 3/8/17
The ui_content.php file instructions assume your version of PHP has short_open_tag option set to on.
The PHP short open tag is <?
The normal PHP open tag is <?php
You should use the normal PHP open tag for the ui_content.php file as that will work in all current supported versions of PHP.
Also PHP 7 eliminates the short open tag.
A competed version of the ui_content.php file using the normal PHP open tag is added to this lesson for your convenience.
An overview to the topics covered in this section.
This section explores the core webpages that would accompany a subscription signup form using Stripe. This section explores the core pages and how they might work if the site were about content.
We look at the webpages for such a site, subscription content access and user login access.
This is a PDF version of the video.
0 comments