Posts by R.tavares1010 • 1 point
2 posts
-
0
votes0
answers229
viewsQ: PHP bool Expression
I am working on a Boolean expression configured by the application user. This expression comes from the database so it’s a string, I need to make PHP understand it so I have true and false. Example…
-
0
votes1
answer117
viewsQ: Pass javascript value to php post
I’m having trouble picking up my location and moving on to the php post with onload. How can I do that ? The values I’m trying to capture are the lat and long google. function initMap() { var map =…