mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 14:06:34 +02:00
Update Database links to use https
This commit is contained in:
@@ -14,6 +14,6 @@ MySQL and a little bit of MSSQL, or you need to connect to an Oracle database, t
|
||||
same drivers. You'll need to learn a brand new API for each database — and that can get silly.
|
||||
|
||||
|
||||
[mysqli]: http://php.net/mysqli
|
||||
[pgsql]: http://php.net/pgsql
|
||||
[mssql]: http://php.net/mssql
|
||||
[mysqli]: https://secure.php.net/mysqli
|
||||
[pgsql]: https://secure.php.net/pgsql
|
||||
[mssql]: https://secure.php.net/mssql
|
||||
|
Reference in New Issue
Block a user