php mysql
var strHtml11 = "rec_qty; ?>\" >
How to fix ‘max=" " dynamical in script ’ its not working error in PHP” ?
php mysql
var strHtml11 = "rec_qty; ?>\" >
How to fix ‘max=" " dynamical in script ’ its not working error in PHP” ?
try this one
var strHtml11 = '<input name="weight[]" onkeyup="calculate(\'' + count + '\')" id="weight_"+count+" type="number" step="any" max="<?php echo $dd=$r1->rec_qty; ?>" required="required"/>';