Presentation is loading. Please wait.

Presentation is loading. Please wait.

Using PHP with MySQL Part 2

Similar presentations


Presentation on theme: "Using PHP with MySQL Part 2"— Presentation transcript:

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


Download ppt "Using PHP with MySQL Part 2"

Similar presentations


Ads by Google