Read coordinates of GPS shield and send them to a server

Hello, I have a GSM-GPRS-GPS shield and I am trying to read coordinates of GPS position and send them to a server. I'm not sure how to proceed, I have run the example https://www.arduino.cc/en/Tutorial/GSMToolsTestWebServer and ran properly but I need some guidance on how to continue

Hello, I have a GSM-GPRS-GPS shield

Which one? Surely it comes with a library...

I am trying to read coordinates of GPS position

Doesn't the library support this?

and send them to a server.

The problem is?

I have run the example https://www.arduino.cc/en/Tutorial/GSMToolsTestWebServer and ran properly but I need some guidance on how to continue

Seems to me that you want the Arduino to be a client, not a server.