Tracking Device

I am looking for some direction towards our makerspace start-up project. Our premise is to have the GPS Shield send it's current location (Longitude / Latitude) through a WIFI Shield to a database.

We are using the Arduino UNO, along with a GPS Shield (LINK HERE) and a WIFI Shield (LINK HERE). How would I go about coding to make them compatible with each other?

The GPS shield link returns a 404 - page not found.

There are a number of examples shown on the page for the WiFi shield.

How would I go about coding

Most people use the IDE.

to make them compatible with each other?

Why do you assume some kind of incompatibility, and why do you assume you can correct that with software?

PaulS:
The GPS shield link returns a 404 - page not found.

He has a typo in the link. I think he means this

I need them to interact with each other. I need the GPS Shield to send it's co-ordinates through the WIFI shield to a database.

I need the GPS Shield to send it's co-ordinates through the WIFI shield to a database.

And pigs need wings to fly. Not likely to happen.

You can make the Arduino get data from the GPS and send it to the WiFi shield, but the GPS is not going to do all the work.