Download presentation
Presentation is loading. Please wait.
1
Using PHP with MySQL Part 2
Chapter 9 Using PHP with MySQL Part 2
2
view_users.php Script 9.4 on page 286
ch09\script_09_04\view_users.php
3
Securing SQL Protecting MySQL access information.
Not revealing too much about the database. Be cautious with running queries with user supplied data.
4
mysqli_real_escape_string
$safe = mysqli_real_escape_string($dbc, ‘data’);
5
register.php Script 9.5 on pages 289-291
ch09\register.php
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.