I have created an API which is created using Native Php. Now I want this API to also pass the data to a specific CI controller. Is this possible, maybe I think I just dont know where to start.
Let;s say this is my command:
Where loadme is a function inside a CI controller. The code above is called using native php.
How do I do that?
Let;s say this is my command:
Code:
loadme('123456789');Where loadme is a function inside a CI controller. The code above is called using native php.
How do I do that?