Simple PHP Script That Checks User’s Age and Restricts or Grants Access to Restricted Content A PHP tutorial/download

Building on a script covered in a recent tutorial, Simple PHP Script That Accurately Determines User’s Age (in Years), I’ve updated the second variation of the script to not only determine the user’s age but to also determine whether the

Read More Simple PHP Script That Checks User’s Age and Restricts or Grants Access to Restricted Content A PHP tutorial/download

How to Code a Simple PHP Voting System PHP/MySQL tutorial

Background A few years ago, I wanted to code a very simple PHP voting system. I never quite got around to doing it so I resolved to work on that today. This tutorial is the result of that effort. 🙂

Read More How to Code a Simple PHP Voting System PHP/MySQL tutorial

Simple PHP Script That Accurately Determines User’s Age (in Years) Simple Age PHP Script (with 3 variations)

For fun, I decided to write a simple PHP script that would give you your age accurately (in years) regardless of what point in the current year you’re at. You provide the digits of your birthday (month, day, and year)

Read More Simple PHP Script That Accurately Determines User’s Age (in Years) Simple Age PHP Script (with 3 variations)