Get data from database using AJAX, Javascript, PHP, MySQL

preview_player
Показать описание
Get data from database using AJAX, Javascript, PHP, MySQL

Source files:
Рекомендации по теме
Комментарии
Автор

This is by far on of the best tutorial I've ever seen. Short but includes each and every possible information.
Thanks a lot.

amitgahatraj
Автор

finally a tut on AJAX+mysql+vanilla JS.
everyone is teaching this using jQuery, but i don't need to use the entire library just for it's AJAX methods.
i'm trying to build a live chat app and am going to try it using the info here. THANK YOU.

arminharper
Автор

After hours of searching and nearly giving up, you showed me how it to do it. Thanks a lot, this video was very helpful.

JESR-ogxc
Автор

Dude, i have no idea what to say. It's just like magic. I am now a fan of ajax now. what a beautiful way to interact with the database! Ty so much!

zichunzhang
Автор

you are saving me now. thank you from Phnom Penh Cambodia. :)

seilasan
Автор

Absolutely brilliant, been looking for an ajax tutorial that handles arrays and finally someone goes a step beyond the normal simple data examples. New subscriber bro.

MovieHeretic
Автор

This is the best AJAX tutorial by far. Thank you for this.

jumpmannith
Автор

👍
This was good! But for a noob to PHP, audio explanations would have made this perfect. Even though a book is silent, one can still read code explanations and details.

robinr
Автор

This tutorial actually saved my Ass, thank you Adnan Afzal

raphaelsefakoradinkrah
Автор

Thanks so much for this. I needed a really simple and pragmatic approach to get data and this simple solution came at the end of 5 hours of faffing.

alexgraham
Автор

THANK YOU! The only easy to understand and to use tutorial out in this trash internet

timow
Автор

This is so understandable. Had to send this to my peers...! thank you

shontzu
Автор

Thank you! Straight to the point and easy to follow.

eliasbinde
Автор

Thanks dude, not exactly what I was looking for but shed a enough light to resolve my problem...btw after a lot of hours surffing on Internet

jesusromero
Автор

Hello, Thanks a lot for this...
Doing just that i seem to be limited to retrieving only 150 rows... if i try to retrieve more, i get an empty string instead...
I'm on Xampp/mariaDB - I tried to set the post_max_size to 0 in the php.ini file, to no avail... even restarted the server afterwards... still limited... any thoughts?

ReubenMRU
Автор

That's it I've been looking for !!
Thank you !!

ryuta
Автор

hi nice video, so the code to read the employees table is

$result = mysql_query($conn, "SELECT * FROM employees");

right?

judanetwork
Автор

what is the benefit of bringing in Json, while the record row can actually be printed directly?

HongKong
Автор

wonderful and different from the way we normally do.

DineshNairMumbai
Автор

I had to change mysqli_fetch_assoc to mysqli_fetch_array in the .php file and it worked, thx

christofermunoz