I recently came up with a website idea that would require access to a third party site that doesn't have a login api or anything. I wrote a class that would act as it's api and requires raw login credentials. So I was wondering what the best way of storing this information is. I would be running a mysql server and the site will be coded in PHP. If you have any suggestions please comment!
Thanks.