How can i bind

How can i bind

modyking55modyking55 Posts: 14Questions: 7Answers: 0

i want to bind get and post data with
sql function
ex $db->sql("")->bind()

Answers

  • islamelshobokshyislamelshobokshy Posts: 99Questions: 20Answers: 1

    Your question doesn't make sense to me, could you please try and explain it further?

  • modyking55modyking55 Posts: 14Questions: 7Answers: 0
    edited September 2018

    For example at codeigniter when i want to bind values to query
    $this->db->query("select * from table where id = ?",array('5'));

    i want to know how to make it with datatables editor for sql injection protection

    and there is secure way for using get and post request or should i use

    $_GET['Param'] and $_POST['Param'] to protect from code injection

  • modyking55modyking55 Posts: 14Questions: 7Answers: 0

    any help ?

This discussion has been closed.