Hi, I keep getting this error message "Parse error: syntax error, unexpected T_CONSTANT_ENCA PSED_STRING, expecting ']' in /home/env49986/public_html/welcome.php on line 16"

below is the code
Code:
@$pfw_ip= $_SERVER['REMOTE_ADDR'];
@$name = addslashes($_POST['name']);
@$company_name = addslashes($_POST['company_name']);
@$Number = addslashes($_POST[Number']);
@$address = addslashes($_POST['Address']);
...