Tutorial: Domain Availability Search Using GoDaddy API and PHP

The $_POST['domain'] variable is the name of the input field receiving input (the domain name to be searched) from the user when executing a search. Notice the @ symbol proceeding the $_POST['domain'], which suppresses an errors, yet displays the domain name entered into the domain form field …

Source: Tutorial: Domain Availability Search Using GoDaddy API and PHP