Happy holidays from BuildAModule and 5 new PHP videos!
Happy holidays! A 20% off gift for you.
For those of you celebrating holidays, I hope you're having an awesome time and enjoying connecting with the people you love. For those of you who are still squeezing in a little learning here and there, we're offering a 20% off coupon as a little holiday sweetener. Just use the code HOLIDAYS2012 to get 20% off anytime in the next three days.
This week's new FREE PHP video
Using a URL function to route all requests to the right location regardless of subfolder
In this video we demonstrate how to use a function to make sure that URLs point to the right location regardless of whether the site is located in a subfolder or not.
New PHP videos this week
The problem with using relative or absolute paths in subfolders
Paths can be tricky when dealing with multiple copies of a single site. In this video, we discuss some of the issues you might run into and a strategy for working around those issues.
Creating our products database table and populating it
In this video we begin the process of building CRUD tools for our products by creating a database table in PHPMyAdmin.
Discussing the similarities that will exist between our product and user administration pages
There's a lot of similarities between our product and user CRUD tools, and we talk about those here.
Demo of our updated product CRUD script
Before we dive into the code, we're going to look at our product CRUD script in action. We've seen something similar to this before, but this time we're looking at product CRUD in the context of our CMS.