PHP - 'At' symbol before variable name: @$_POST

MersWeeriaWal

New Member
I've seen function calls preceded with an at symbol to switch off warnings. Today I was skimming some code and found this:\[code\]$hn = @$_POST['hn'];\[/code\]What good will it do here?Edit: corrected my mistake in naming the symbol. Thanks for pointing it.
 
Back
Top