Php mySQL DB mobile issues

Hi there, I’ve got a bit of a head-scratcher here…

I’m further developing a little local website for a plant centre. I’ve made a small database of ‘vegetable plants’ which they sell:

https://frittonplantcentre.co.uk/plant-centre/plants?category=vegetables

Everything works lovely in my browser window, but when I started to look at it in my Android phone, I realised that each record was not updating the information on each page. It just re-shows the same image and text, even though a different plantID is being passed through the url…

I was hoping that someone might have had similar issues and might be able to point me in the right direction.

I’m using the Concrete CMS for the main site and it’s ONLY the plant-centre/plant & plants that are a hybrid of Concrete CMS and php/myPHPadmin.

I just don’t understand why it works fine on my main PC, but seems to be caching the same info on my phone…

Any pointers would be very welcome. Many thanks :slight_smile:

Disable full page caching for /plants and /plant pages.

I’m guessing cache as well. It’s doing it to me on desktop. Clicked on tomatoes first. Then no matter what I go back and click I get the tomatoes again at a different url…

Brilliant! Thanks guys! It didn’t occur to me that it would be that! I was thinking it was something to do with my PHP & database stuff…

It’s been a long day!.. Thanks again :slight_smile: