Posts by SpeedWebdesigner • 1 point
1 post
-
0
votes2
answers244
viewsA: alternative to send JS data to a new PHP page to use the data
JAVASCRIPT jquery: $(function() { $.post('alerta.php', { width: screen.width, height:screen.height }, function(json) { if(json.outcome == 'success') { // do something with the knowledge possibly? }…