سؤال

I send AJAX request with 4th and 5th parameters user and password, how i can get value from this parameters in PHP?

var xhr = new XMLHttpRequest()
xhr.open("GET", "url", true, user, password);

لا يوجد حل صحيح

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top