Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Build Gamified Websites with PHP and jQuery

You're reading from   Build Gamified Websites with PHP and jQuery Using gaming principles to make learning more engaging, motivating, and interactive is a growing trend in web development. It's called gamification, and this book is the complete introduction to its theory and practice.

Arrow left icon
Product type Paperback
Published in Sep 2013
Publisher Packt
ISBN-13 9781782168119
Length 124 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Detrick DeBurr Detrick DeBurr
Author Profile Icon Detrick DeBurr
Detrick DeBurr
Arrow right icon
View More author details
Toc

Creating the MySQL database


We need a way to hold all of the information about our players and the system. If we didn't store this information in a logical manner, players would need to keep starting over with our system each time they logged in. This does not make for a good system.

In our environment we opted to use the open source database MySQL. If you installed the WAMP server in the previous chapter, you should already have MySQL installed. Here we will begin using it.

Our WAMP installation includes phpMyAdmin, shown in the following screenshot. This is a tool to create and administer databases directly from a web browser.

We should expect to see the main screen for the PHP Admin tool after clicking on the phpMyAdmin option on the WAMP server menu:

Let's create the main Point database. Click on the Databases menu. Name the database VuPoint and click on Create. You can see our list of databases on the left:

We can find our newly created database in the database list on the left-hand side...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image