Welcome Guest, Not a member yet? Register   Sign In
Ways to get round using $_REQUEST?
#1

[eluser]PHP Creative[/eluser]
Hi there

I have a tracking program that sends data such as latitude, longitude, speed, status,username,password etc to a database using both $_GET and $_POST.

For example every 10 minutes the program automatically sends data via get_data.php?D1=38.898556,-77.037852|310°|0033&D1=45|1,000&D3=FD|18:50&D4=136|rwh7543fd

The program user can also manually post data hence the $_REQUEST. As a test I replaced $_REQUEST with $this->input->post(‘D1’) and it obviously works but my problem arises when the program automatically sends data every 10 minutes via $_GET. Idealy the solution would be to edit how the program sends data but I am unable to this.

My idea was to create a script outside CI that takes the $_REQUEST variables and then redirects to uri_segments.

Any ideas would be much appreciated.

Thanks a million


Messages In This Thread
Ways to get round using $_REQUEST? - by El Forum - 08-25-2009, 08:24 PM
Ways to get round using $_REQUEST? - by El Forum - 08-25-2009, 08:57 PM
Ways to get round using $_REQUEST? - by El Forum - 08-26-2009, 07:02 AM
Ways to get round using $_REQUEST? - by El Forum - 08-27-2009, 11:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB