DEV Community

David Kanekanian
David Kanekanian

Posted on

Introduction to Examples

In the following posts, I will run through some examples of PHP and MySQL that start easy until we work up to a complex multi-file example. Along the way, I will provide step by step instructions and the previous PHP resources are available if you get lost.

The structure of each example will be as follows:

  • description of the problem to be solved
  • walkthrough of using PHP and MySQL to solve the problem
  • extra steps for you to attempt to extend your solution
  • example solution to the extra steps

Note: The sample solutions will contain a copy of my solution in each post, although the solutions are also available on my Github.

Now, let's get started!

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay