Chapter 9 Using PHP with MySQL Part 2
view_users.php Script 9.4 on page iew_users.php iew_users.php ch09\script_09_04\view_users.php
Securing SQL 1.Protecting MySQL access information. 2.Not revealing too much about the database. 3.Be cautious with running queries with user supplied data.
mysqli_real_escape_string $safe = mysqli_real_escape_string($dbc, ‘data’); escape-string.php escape-string.php
register.php Script 9.5 on pages egister2.php egister2.php ch09\register.php