PHP Accessing Databases with PDO and MySQLi explains database connections, prepared statements, transactions and secure data access patterns using PDO and MySQLi in PHP applications.
PHP Accessing Databases with PDO and MySQLi
PHP Accessing Databases with PDO and MySQLi explains database connections, prepared statements, transactions and secure data access patterns using PDO […]
0% Complete
0/38 steps
Course Content
Fetching a result set
Fetching the result
Finding the number of results from a SELECT query
Getting error messages
Getting error messages_2
Freeing resources that are no longer needed
Generating an array from a pair of columns
Looping directly over a SELECT query
Reusing a result set
Rewinding the result for reuse
Submitting a SELECT query and getting the number of results
Using named parameters
Using question marks as anonymous placeholders
Using real_query()
Using the quote() method to sanitize user input
Submitting multiple queries
Sanitizing user input with real_escape_string()
Setting an existing object’s properties with a database result
Setting the character set
Reviews and Ratings
0.0 / 5No reviews have been posted yet.
SQL Essential Training
Programming Foundations Databases
PHP with MySQL Essential Training 1 The Basics