Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

theUnforgiven's avatar

@anonymous With your help last time (about 1 day ago), it's kinda of working but how would I pass the "data" the mobile number to the xhttp post request?

var xhttp = new XMLHttpRequest();
xhttp.open("POST", "https://app.domain.co/demo/send", true);
xhttp.send('WHAT DO I PASS HERE');
xhttp.send(this.value);
theUnforgiven's avatar

Can anyone give me a hand on this please, really need some help to get this finished & working.

Previous

Please or to participate in this conversation.