Posts by Caio Batista • 1 point
1 post
-
-1
votes2
answers158
viewsA: Get JS values for PHP
How php is in server you need to pass the variables by query string or post. For that you must make one HTTP request via URL or AJAX, to facilitate use jQuery. const postData = {}; postData.city =…