I investigated the PHP code of the “Hello Dolly” WordPress plugin to find out what it does.
Continue reading What does the WordPress plugin “Hello Dolly” do?Tag Archives: PHP
(日本語) TechAcademy PHP/Laravel コース 学べることと修了後の進路
MySQL: When you can’t login via PHP
When attempting to connect to MySQL using PHP, you might encounter an error like the following:
1 2 |
PDOException in Connector.php line 55: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client |