Skip to content
Advertisement

Tag: ajax

Ajax request keeps returning error function in Laravel

Good day guys. In my laravel application I’m trying to check if attendence for a particular date, subject, grade exists in my table. If so I have an if statement setup to display desire results based on what is returned. I’m making the request with ajax but it seems like ajax keeps running the error function and I don’t seem

AJAX progress bar of load script

I have a big problem to make a progress bar in AJAX. The whole page is in AJAX, inside one of the webpage is AJAX which loads a function to get some big rows from the database. I tried to make progress bar in this script in a foreach loop a flush() method and by writing/reading to $_SESSION, but still

How can i insert these multiple row data into mysql database

This is my html ajax and js code, it’s dynamic input field form i want to insert multiple data into mysql database following these column “pro” “des” “qty” “price” “sub_total” . “qty” and “price” used auto sum value to “sub_total” input field please see my full html code then Please write a php code for me . Last time i

Advertisement