So in my previous post Time to do a little redirect I explained that I have set the folder structure up to allow affiliate links. So the code I use in each folder contains a file called index.php with the code like… <?php header("location: affiliate_link_url "); exit(); Where affiliate_link_url is the actual affiliate link of…
Month: June 2024
Dynadot Domain Name Registrar Review
What’s in a Domain Name? When it comes to registering your own domains, Dynadot immediately comes to mind. I’ve been using Dynadot for over 10 years—wait, let me check some of my older domains… Oh, those date back to 2009, so it’s actually been 15 years! I still have a few domains registered with GoDaddy, but…
Cynderhost Review
If you are just starting out and on a budget, I highly recommend a Hosting Company called CynderHost. You’ll more than likely only require Shared Hosting, so I have shown the pricing and the features for each of the 3 levels. The recommended Unlimited Level is the one I use and it’s got everything I’ll…
PHP Programming – Enabling Error Reporting
One of many things that can happen in programming is the dreaded – Screen of Nothing… In the case of developing a PHP website script, the “Nothing” results in a Picture of a Polar Bear Eating a Vanilla Ice Cream in a Snowstorm, or “A White Screen of Nothing”. That’s when it the fingers go…