I have a script that has been working fine, but I have moved the site to a new host and now the email send script does not work. It sends the email but the parameters are no longer passed from my html form.
I have been looking at the script to try and understand why.
one line reads :
if(!eregi(‘yorkshireinn.com’,$host[Referer])){
I am not sure exact what the $host… does??
PHP is working fine on the new host, so theoretically the script should also work as normal.
any pointers?
thanks