I need to send some data to my database. for that I use ajax and php, and "post to url".
However, it is not sent and I do not know the reason, since I have done it in construct 2 without problems, but in construct 3 that changed and I don't know what the problem is.
I have it complete as follows:
TAG: "Send"
URL: "https://domain.com/carpet/senddata.php"
DATA: "name ="&varName&"mail="&varMail&"pass="&varPass
METHOD: "POST"
I also want to clarify that my php files are perfectly since I have tried it from another place and it works. The problem arises in construct3 ...