PHP Tutorial: Working with Databases in PHP
Next |
So you’ve created a form that handles data, and that’s all well and good: it’s not scalable, however, and it’s a little limited in what it can do. If we’re storing a whole lot of data, we’re going to need to turn to something else: we’re going to need a relational database. MySQL, here we come!
Table of Contents
Table of Contents
Next |