Using PHP with MySQL Part 2 Chapter 9 Using PHP with MySQL Part 2
view_users.php Script 9.4 on page 286 http://csweb.hh.nku.edu/csc301/frank/ch09/view_users.php ch09\script_09_04\view_users.php
Securing SQL Protecting MySQL access information. Not revealing too much about the database. Be cautious with running queries with user supplied data.
mysqli_real_escape_string $safe = mysqli_real_escape_string($dbc, ‘data’); http://php.net/manual/en/mysqli.real-escape-string.php
register.php Script 9.5 on pages 289-291 http://csweb.hh.nku.edu/csc301/frank/ch09/register2.php ch09\register.php