mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-29 08:11:11 +02:00
Update php.net links to point to https://www.php.net
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]: https://secure.php.net/mysqli
|
||||
[pgsql]: https://secure.php.net/pgsql
|
||||
[mssql]: https://secure.php.net/mssql
|
||||
[mysqli]: https://www.php.net/mysqli
|
||||
[pgsql]: https://www.php.net/pgsql
|
||||
[mssql]: https://www.php.net/mssql
|
||||
|
Reference in New Issue
Block a user