Answer the question
In order to leave comments, you need to log in
Explain why this happens and how to solve AJAX?
I send a request to the database:
$.ajax({
url: "roomUser/YouTubeBase.php",
type: "POST",
dataType: "JSON",
data: {YouTubeBase: count},
success: function (BootYouTube) {
console.info(BootYouTube)
}
});
dataType: "JSON",
if($_POST['YouTubeBase']) {
//БЛА...бла...бла
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question