how to make the web client make http request continuously

hi

i use the Arduino GSM Shield with Arduino UNO R3

i use GPS to get the location and try to send them to a database server through http request

right now iam success with sending the data but the problem that its just send 1 value after that

its close the client directly without sending the next lat & lon from the gps !!!

i try to make it in method once the gps get data it will call it and make the http request and back again

after its back the gps get another data but its doesnt send another value i need to restart the GSM to start sending again =(

so plz if any one know how i can let the web client send or make the http request continuously or once it get a valid location or data from the gps it will send it

thanks :slight_smile: