PHP Series – Building A PHP MySQL Forum Tutorial Series Part 2 – Displaying Forum Categories




Follow me on Twitter @ http://twitter.com/tktutorials Check out my website @ http://www.timkipptutorials.com This is part two of this tutorial series. In part two we …

Original source


36 responses to “PHP Series – Building A PHP MySQL Forum Tutorial Series Part 2 – Displaying Forum Categories”

  1. The problem is how you are using MySQLi. Read the PHP documentation about how to properly use MySQLi. If you want a quick fix, you can use MySQL instead by just removing the "i" from MySQLi and removing $con, from you queries.

  2. Hey man great vid!
    I am having a problem, after I made the two different forums by inserting them manually it will only show me the last one added. I have tried changing the sort but to no avail. What am I doing wrong?

Leave a Reply