Config.php -
The config.php file is much more than a dumping ground for variables. It is the boundary between your application and the hostile world, between your local machine and your production server. Treat it with the respect it deserves.
// Define variables $api_key = 'myapikey'; $api_secret = 'myapisecret'; config.php