Thanks !
I've had similar problems with other hosts, which ended in moving the site to another host.
Another thing, don't know if there is a problem in this code, but Dreamweaver keeps giving me a "? Server Markup", with the following code when UE is selected under server behaviours.
if (($_SERVER["REQUEST_METHOD"] == "POST") && (strpos($_SERVER["HTTP_REFERER"], $_SERVER["SERVER_NAME"].$_SERVER["SCRIPT_NAME"])===0 || strpos($_SERVER["HTTP_REFERER"], $_SERVER["SERVER_NAME"].$_SERVER["SCRIPT_NAME"])>0)) {
//WA Universal Email object="Mail for Linux"
//Send Loop Once Per Entry
$RecipientEmail = "peter@spinaxis.co.za";include("WA_Universal_Email/WAUE_enquiries_1.php");
I presume this is normal.