skip to Main Content

MySQl Query based on filter value

I am having a form which contains some field(language,Datefrom,Dateto,Status).There is a submit button.I want to fetch the data based on the value filled on these field.My query to ignore the field which is not filled.How can i write the query.…

VIEW QUESTION

Convert HTML Code with quotation marks to string for SQL insertion – Mysql

Let's take this sample HTML: <div class="card custom-card mt-3"> <div class="card-body" id="default"> <div class="row"> <div class="col-lg-8"> <input type='text' name="project_code" placeholder="Dear Client," class="form-control" onkeyup="setvalue(this)" id="text" /> </div> </div> </div> </div> <script> var counterSection = 0; function init() { dragula([document.getElementById('default')]).on('drag', function (el)…

VIEW QUESTION
Back To Top
Search