Hi Steve,
Your contact page send mail problem is the below:
$kinek =
$steve@misterweb.co.uk; <--- BAD
... please leave/clear the $ (USA Dollar sign), because this mean on PHP a variable ... for what you need to assign a value.
The correct is the below:
$kinek =
steve@misterweb.co.uk;
... so just remove the "$" sign from the front of the mail address.
Misi