Jump to content

Parse error


michaelk46

Recommended Posts

I am working on getting prepare and bind working and I get this error  "Parse error: syntax error, unexpected ';' in C:\xampp\htdocs\CMS\new\cms.php on line 84" when I run the following code...

 

 

private function bindParameters(&$stmt, &$value_arr)
	{
		call_user_func_array('mysqli_stmt_bind_param', array_merge (array($stmt, $types), $value_arr);

	}

 

Line 84 refers to the line that starts with call_user_func_array

 

Anyone know what would be causing this problem?

Link to comment
https://forums.phpfreaks.com/topic/225118-parse-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.