Valerio Posted July 24, 2019 Share Posted July 24, 2019 Hey there, good afternoon peeps. I was wondering if any kind soul could help me out with this php code So basically this is a live map that shows data from a DB when it is available, when there isnt any, the map simply doesnt show (which is exactly what was designed for) I want to show the map always, even if no data is coming in. Could you please help me. Many thanks. The file is here if anyone would like to have a look at it. https://drive.google.com/file/d/1-GSMs6kJ-uZ9rUaBPdS9FCWT5POQ6Li-/view?usp=drivesdk Quote Link to comment https://forums.phpfreaks.com/topic/309017-show-map-always/ Share on other sites More sharing options...
requinix Posted July 24, 2019 Share Posted July 24, 2019 This will be easier if you can post here the relevant parts of the code, rather than ask people to download something. In all likelihood, the map and data is going to be gated behind an "if there is data" check. What you do is move the map part out of that check and leave the data part inside. Quote Link to comment https://forums.phpfreaks.com/topic/309017-show-map-always/#findComment-1568664 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.