Welcome Guest, Not a member yet? Register   Sign In
Sending data from external CI to controller CI
#1

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:

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?
Reply
#2

Set a cookie and then have the CI Controller read it.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB