I have a PHP function that I run myself that works really well to get information that I need with just a few variables needed.
I want to expand this to let external websites use this function but I don't want them to be able to edit the function or have any control over it so I guess I need some basic API?
What would the best way be to do this? Would it be some sort of JSON?
I would also need to manually enable the domains that can connect back and ideally with a username / password so I can control who can use it.
Any tips or pointers would be amazing
I want to expand this to let external websites use this function but I don't want them to be able to edit the function or have any control over it so I guess I need some basic API?
What would the best way be to do this? Would it be some sort of JSON?
I would also need to manually enable the domains that can connect back and ideally with a username / password so I can control who can use it.
Any tips or pointers would be amazing
