In this 2 part tutorial I talk about how to use the Ajax Function and collect information from a database through HTML Javascript Ajax then PHP/MySQL.
No Iframes are used or page refreshs it is using simply the XMLHttpRequest to collect the information.
A good knowledge of Javascript and PHP/MySQL is required to get full use of this tutorial
Very helpful!! Thanks chief!!
dareal81 2 weeks ago
You're great man! Thank you for this vid, I've finally got it to work because of your tutorial's simplicity. Hope to see more tutorial vids from you :)
TheChrisnextel 3 months ago
Awesome. Very fun to follow along with. I'm a total noob, but I looked a few things up on Tizag and followed along just fine. Only throwing this out there: source code would be cool. :)
Foaman 5 months ago
Hey buddy thanks alot. it was the easiest tutorial available on YouTube. . . . wasn't sure before how ajax works but surely now i know thanks to you :D
yasirsd88 1 year ago
Hey how can I pass php viarables when javascript function is loaded so I can transferr the variable it to the php the javascript points to.
steam707 1 year ago
Thanks for the ajax tutu. Hey how do I get the ajax to echo data already in the database before the onclick. So that when the person enters data for onclick it adds to data already echoed.
steam707 1 year ago
Thanks for the tutorial! Helped me a lot!
Xylogeist 1 year ago
You should add an 'else if' on line 23 to check if there are more than one person with the same name ;)
Xylogeist 1 year ago