How to Create and Understand a Simple Database-Driven Website
Posted by: James Lewitzke in Coding, Crazy IdeasAlright, this had been driving me nuts for months, and all the online tutorials and guides sucked ass. And after hours through trial and error coding, I finally discovered the correct portions and amount of code to use.
So basically, I’m going to explain here exactly what you need to do to create a simple PHP / MySQL backed DB-driven website that draws all of the data straight from the database.
An example URL of a page we’ll create could look like this:
http://www.site.com/index.php?id=1 (more…)
