This is php script code
/*14*/ while($row=mysqli_fetch_array($result))
/*15*/ {
/*16*/ array_push($response,array("id"->$row["id"],"title"->$row["title"]));
/*17*/ }
and i have an error showing
Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR), expecting ')' in get_info.php on line 16
I can't find what syntax error is. All my braces are closed, I don't know what is the error in this '->'