I am having a small issue with the mysqli_stmt prepare function. Here is my query:
$params = array( \"sisi\", \"some_string\", 5000, \"date_a
As the php.net link you found states, you cannot use bind variables for identifiers. You'll need a workaround. mysql_real_escape_char would certainly be one way.
mysql_real_escape_char