view examples/search/constants.php @ 60:05f29eb72283 default tip

review from DB not working???
author Charlie Root
date Sun, 09 Jun 2019 06:50:44 -0400
parents 077b0a0a3e6d
children
line wrap: on
line source

<?php
//Yahoo BOSS AppID 
define ('APP_ID', 'Ar_pB8fV34Eco0lcXss0DnoemA.4yLHj6rKSWBIf9C1yTX0ohEinXfEsBbFAfxBSig0Ptl5wvPpB1eRUEGE-');

//API Base URL
define ('API', 'http://boss.yahooapis.com/ysearch/');

?>