This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<select> | |
<option value="AF">Afganistán</option> | |
<option value="AX">Åland</option> | |
<option value="AL">Albania</option> | |
<option value="DE">Alemania</option> | |
<option value="AD">Andorra</option> | |
<option value="AO">Angola</option> | |
<option value="AI">Anguila</option> | |
<option value="AQ">Antártida</option> | |
<option value="AG">Antigua y Barbuda</option> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
本番利用にはクレジット表記が必要なので注意 | |
https://labs.goo.ne.jp/apiusage/ | |
*/ | |
class gooAPI | |
{ | |
private $app_id = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx'; | |
private $api_base = 'https://labs.goo.ne.jp/api/'; |