Skip to content

Commit 29ef54f

Browse files
authored
Merge pull request codeguy#859 from amayer5125/pdo-tutorial
Remove PDO Tutorial for MySQL Developers
2 parents 2fe972f + 5899632 commit 29ef54f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_posts/07-02-01-Databases_MySQL.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@ your applications within your own development schedules so you won't be rushed l
2626

2727
* [MySQLi Prepared Statements][mysqli_prepared_statements]
2828
* [PHP: Choosing an API for MySQL][mysql_api]
29-
* [PDO Tutorial for MySQL Developers][pdo4mysql_devs]
3029

3130
[mysql]: https://secure.php.net/mysqli
3231
[mysql_deprecated]: https://secure.php.net/migration55.deprecated
3332
[mysql_removed]: https://secure.php.net/manual/migration70.removed-exts-sapis.php
3433
[mysqli]: https://secure.php.net/mysqli
3534
[pdo]: https://secure.php.net/pdo
3635
[mysql_api]: https://secure.php.net/mysqlinfo.api.choosing
37-
[pdo4mysql_devs]: http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers
3836
[mysqli_prepared_statements]: https://websitebeaver.com/prepared-statements-in-php-mysqli-to-prevent-sql-injection

0 commit comments

Comments
 (0)