Posts by SillasSoares • 11 points
2 posts
-
1
votes1
answer360
viewsA: Marker Google Maps pulls only 1 address between several
I think there is a need for you to redeclare the event click on function loadNoMapa() Then she’d be like this: function carregarNoMapa(endereco) { geocoder.geocode({ 'address': endereco + ',…
-
0
votes3
answers2271
viewsA: Find out the next date from the day of the week
You can use the DateTime of PHP. // seta a data como hoje. $d=new DateTime(); // enquanto o dia da semana for diferente do dia da semana '5' while (date('w', $d->getTimestamp()) <> '5') {…
phpanswered SillasSoares 11