Комментарии:
What if the php file was uploaded to another website will the post request work?
ОтветитьWhat if the php file was uploaded to another website will the post request work?
Ответитьthis is so much fuking better than other tutorials out there that GETs data from an arbitrary .txt file or some magical JSON file that pops up out of no where.
Ответитьcan you do this with javascript and c++
Ответитьso my html shows status 200 with a green circle yet my PHP is receiving no data and $_POST is empty?
ОтветитьHELP! the xhr.send(); method doesn't work, it gives error" 405 method is not allowed" i am trying it on a localhost server
ОтветитьSimple and neat explanation , Thanks
ОтветитьFinally found someone who didnt used stupid jquery
i dont mean to hate on people or the library but it can just die i dont even care about it, vanilla maybe takes longer to write but its easier to debugg and access.
I made a website that request 2 numbers from input and send them to the server and send the summary to the client but I got an error message "Undefined Index" what can I do?
Ответитьhow did you setup vscode for web development? what extensions are you using?
ОтветитьSimple and understandable, thank you!
ОтветитьI've included this in all my playlist just to make sure I will not lose this tutorial :)
Ответитьthanks this helped me
ОтветитьOMG you explained this so well, I am using AJAX for the first time.... this really made a lot of sense! thanks.
Ответитьdo i have to create a php file??
ОтветитьVery helpful. Thank you. To bring this up-to-date, it's better to use xhr.responseType to set the data format and then xhr.response instead of the older xhr.responseText.
ОтветитьWill it work if i do in json file instead of php
ОтветитьPls teach us how to coding a chat system!
ОтветитьIs it the same process when we want to send mail, and how can we get feedback on whether the mail, was sent, or an error occurred? Do you have such a tutorial? By the way, this video is great, congratulations, keep it up.
Ответитьhello. Nice tutorial u got there. How do I send base64 without urlencoding?
ОтветитьWhy don't you give the source code in description
Ответить405 Method not allowed, I followed exaxtly the same step. Anybody knows how fix that?
Ответитьfrickin light theme 😒
Ответитьwhy is he on light mode ????????😒
ОтветитьI forgot the request header and I was wondering what's wrong. Now I Know why my data wasn't going anywhere thanks
ОтветитьUr the man, Dom 😁
ОтветитьEasy, nice, planned, and clear explanation. Well done pro!
ОтветитьCould you tell me how to do this with node instead of php?
ОтветитьThank you so much, this was very helpful. I was having trouble doing this, It's 4:00am and I was really struggling thank you so much.
ОтветитьHow do I use this to pass a variable that already carries a value and not give the value on the xhr.send ? and instead of <p> I'm displaying it to the value of an <input> but I don't know how , any help is well appreciated
Ответитьoutstanding - thank you. you don't need to use jquery if you were just going to use it for AJAX. this video walks through exactly how to use normal javascript to do AJAX. thank you!
ОтветитьEverybody where saying jQuery was way easier than vanilla js but this video was so clear and easy to understand. Thanks!!
ОтветитьHi, I have a "405 Method Not Allowed" ANY HELP PLS??
ОтветитьThan q
ОтветитьNot working for me :(
Ответитьthank !!!!!
Ответитьhow to keep values in form after eror in validation and after no errors redirect
Ответитьthanks is very helpful
Ответитьthank you
ОтветитьThank you very much. I can't understand how you decide the header name("Content-Type") and the value("application/x-www-form-urlencoded") in setRequestHeader() method.
ОтветитьI swear if this just helped me with y project, you got a subscriber
Ответить