Tutorials
-
MySQL Tutorial: The basic introduction
Last Updated: January 3, 2018
Read This Post: MySQL Tutorial: The basic introductionMySQL is extremely powerful for web development, but can be tricky to learn. This tutorial will get you started on what it is, what it does and how you can use it.
-
Using Sports Bench data with MySQL and PHP
Last Updated: January 3, 2018
Read This Post: Using Sports Bench data with MySQL and PHPIn this second post in a tutorial on MySQL, we go through how to take the data we’ve searched for and print it onto the page with PHP and WordPress.
-
Getting players information with Sports Bench and MySQL
Last Updated: January 3, 2018
Read This Post: Getting players information with Sports Bench and MySQLNow that we know what SQL is, how to use it and how to output it with PHP, let’s try the same with players in Sports Bench.
-
Getting advanced player and team stats
Last Updated: January 3, 2018
Read This Post: Getting advanced player and team statsSo far we’ve learned basic MySQL and PHP commands to search, get and print data. Now we step it up as we combine tables to get stats and start to do cool things.
-
Getting more complicated player stats with MySQL and PHP
Last Updated: January 2, 2018
Read This Post: Getting more complicated player stats with MySQL and PHPIn the last tutorial in MySQL, PHP and Sports Bench, we go over how to order data, limit it, and then create a small stats leaderboard to tie it all together.
-
Setting up support for different ages, grades and levels
Last Updated: October 3, 2017
Read This Post: Setting up support for different ages, grades and levelsSports Bench doesn’t outright support different grade levels, but with a few adjustments, you can use the divisions and conferences to achieve your goal.
-
Adding a custom game subclass for a specific sport
Last Updated: July 6, 2017
Read This Post: Adding a custom game subclass for a specific sportSports Bench comes with five classes, but they’re most bland since the plugin covers five sports. But you can make a game subclass that adds more functionality to your site.
-
Adding a custom player subclass for a specific sport
Last Updated: July 5, 2017
Read This Post: Adding a custom player subclass for a specific sportSports Bench comes with five classes, but they’re most bland since the plugin covers five sports. But you can make a player subclass that adds more functionality to your site.