I built a webpage where users can submit a PDF which is then inserted into a MySQL database in a mediumblob for retrieval later.<BR><BR>This all works fine, except when the PDF contains images or ...
is there a functional difference between addslashes() and mysqli_real_escape_string() or are they equally effective? i ask this because mysqli_real_escape_string() always returns a blank string. i ...