AJAX continous response of PHP script output
问题 I have problem with AJAX response of my PHP script... I've created "Status" div, where I want to output response of PHP script. It works good, but the response shows up only, when whole script finishes, and I would like to output each echo "live".. Here are my files: form.php <!-- left column --> <div class="col-md-6"> <!-- general form elements --> <div class="card card-primary"> <div class="card-header"> <h3 class="card-title"><?php echo $xmlData->name ?></h3> </div> <!-- /.card-header -->