Hi
I have a variable call $number¡AI want to check it whether sent from http://www.abc.com/my.html or not.
if($number==(['HTTP_REFERER'],'http://www.abc.com/my.html')){
//if ture, run some script
}
but the result become parse error in line1
Does anyone know how to correct it?