I built a live auction platform primarily in php/JQuery/JS/MySQL many years ago. It basically had a back end where i would poll the DB for any bids, if there was/were i would push the data to all user
I\'m working with Laravel 9 and I wanted to make an infinite loader pagination with ajax for my blade.
I am trying to make multi step form using ajax everithing is working fine but when I enter wrong otp to verify then obviously it will show Invalid otp and after then when I enter correct otp whithout
I\'m using Yajra datatables with serverside true, but page load very slow (afraid because of distinct count). I tried solution here by removing ->get() and it load faster but this causing another p
Im working in a puppeteer js scrapping project that is runn开发者_开发问答ing in Windows terminal "node file.js". I get an array as my scrapping result, but now I need to use it in php. I ne