CODE ERROR: Parse error: syntax error, unexpected T_STRING in....

CODE:

if(int strcmp ( string $x_password  , string $x_password_conf) != 0) {
			$erros=1;
			$erro_conf_password = 'As passwords não coincidem';
}
if (strcmp($x_password, $x_password_conf) != 0) {
  $erros = 1;
  $erro_conf_password = 'As passwords não coincidem';
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.