Posts by Max • 31 points
4 posts
-
0
votes1
answer94
viewsQ: Fullcalendar Uncaught Syntaxerror: Invalid or Unexpected token in description when skipping line
I’m using this calendar as a basis https://github.com/GabrielpBiu/calendario-de-eventos-php-fullcalendar-mysql In the description there is a textarea. When you jump line and save to the database,…
-
-1
votes1
answer77
viewsQ: How to compare numbers using PHP?
Have $valores = [0,1,3,4,5,30] and I wanted to check if the number exists 30. Currently use strpos() but he also checks the 0 and the 3 and I wanted only the 30. I’ve tried separating by commas, by…
-
1
votes3
answers1431
viewsQ: Page showing interrogation and bench showing accent?
On my page, if I type some accent inside some tag, it is shown normal; If I send some accent via form to the bank, in the table appears (á) and in the page appears the normal accent. (á) ; If I…
-
0
votes2
answers136
viewsQ: How to update a field in Ionic automatically?
I’m having trouble generating coordinates on Ionic using geolocation. It only works if you press several times the button that calls the function, until the coordinates appear. So, I wanted to know…