wifi + gps shield

Hello,
I want to do a project that will connect arduino with wifi and sent my location ( through GPS shield) to a server.

-Before I buy the shields, I wanted to ask if this is possible. I wonder if somehow there is a problem connecting these two shields together.

-Please suggest me the easiest way (I want the easiest way, not the cheapest way :slight_smile: )

Thank you in advance for your help.

GPS usually communicates via serial. If the WIFI is also serial you will need 3 serial ports. One for GPS, one for WIFI and one for uploading your code and troubleshooting (with serial prints). Some Arduino boards come with multiple hardware serial ports. Those boards would, probably, be simpler to use for your project.