mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-07 06:26:45 +02:00
Merge pull request #859 from amayer5125/pdo-tutorial
Remove PDO Tutorial for MySQL Developers
This commit is contained in:
@@ -26,7 +26,6 @@ your applications within your own development schedules so you won't be rushed l
|
|||||||
|
|
||||||
* [MySQLi Prepared Statements][mysqli_prepared_statements]
|
* [MySQLi Prepared Statements][mysqli_prepared_statements]
|
||||||
* [PHP: Choosing an API for MySQL][mysql_api]
|
* [PHP: Choosing an API for MySQL][mysql_api]
|
||||||
* [PDO Tutorial for MySQL Developers][pdo4mysql_devs]
|
|
||||||
|
|
||||||
[mysql]: https://secure.php.net/mysqli
|
[mysql]: https://secure.php.net/mysqli
|
||||||
[mysql_deprecated]: https://secure.php.net/migration55.deprecated
|
[mysql_deprecated]: https://secure.php.net/migration55.deprecated
|
||||||
@@ -34,5 +33,4 @@ your applications within your own development schedules so you won't be rushed l
|
|||||||
[mysqli]: https://secure.php.net/mysqli
|
[mysqli]: https://secure.php.net/mysqli
|
||||||
[pdo]: https://secure.php.net/pdo
|
[pdo]: https://secure.php.net/pdo
|
||||||
[mysql_api]: https://secure.php.net/mysqlinfo.api.choosing
|
[mysql_api]: https://secure.php.net/mysqlinfo.api.choosing
|
||||||
[pdo4mysql_devs]: http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers
|
|
||||||
[mysqli_prepared_statements]: https://websitebeaver.com/prepared-statements-in-php-mysqli-to-prevent-sql-injection
|
[mysqli_prepared_statements]: https://websitebeaver.com/prepared-statements-in-php-mysqli-to-prevent-sql-injection
|
||||||
|
Reference in New Issue
Block a user