<?php $type = array("s", "s"); $param = array("string1","anotherstring"); $params = array_merge($type, $param); var_dump($params); //call_user_func_array(array($stmt, 'bind_param'), $params);
You have javascript disabled. You will not be able to edit any code.