elliot
05-20-2006, 01:34 PM
Hi guys,
I've just about had it with Web Fusion (http://www.webfusion.co.uk/), they have to be the most unhelpful host ever....
I've recent changed to a linux based accout as I was having ongoing issues with their windows based account.
The problem
I'm not able to receive variables in an email from an online form, though this form works fine on other accounts of mine, I just don't get it?
Basically as it stands I've directed the form (http://www.mkkids.co.uk/) to another domain/host package of mine and it works fine being able to receive the email from the form with all the variables for the different input boxes.
Trying the exact same form (http://www.bhbgroup.co.uk/orderForm.php) on Web Fusions sever gives me an empty email.
So the send part is fine, please can you tell me what's going wrong?
for reference the page the form goes to (placed.php) has the following code
<?php mail("myemail.com","BHB - Order Form","
____________________________________________________
Company name:
$name
____________________________________________________
Buyer's address:
$buyer
_________________________________________________
Contact email address:
$email
____________________________________________________
Promotion Code = $promoCode
","from:") ?>
many thanks,
elliot
I've just about had it with Web Fusion (http://www.webfusion.co.uk/), they have to be the most unhelpful host ever....
I've recent changed to a linux based accout as I was having ongoing issues with their windows based account.
The problem
I'm not able to receive variables in an email from an online form, though this form works fine on other accounts of mine, I just don't get it?
Basically as it stands I've directed the form (http://www.mkkids.co.uk/) to another domain/host package of mine and it works fine being able to receive the email from the form with all the variables for the different input boxes.
Trying the exact same form (http://www.bhbgroup.co.uk/orderForm.php) on Web Fusions sever gives me an empty email.
So the send part is fine, please can you tell me what's going wrong?
for reference the page the form goes to (placed.php) has the following code
<?php mail("myemail.com","BHB - Order Form","
____________________________________________________
Company name:
$name
____________________________________________________
Buyer's address:
$buyer
_________________________________________________
Contact email address:
____________________________________________________
Promotion Code = $promoCode
","from:") ?>
many thanks,
elliot