View Single Post
  #15 (permalink)  
Old 03-16-2007, 09:51 PM
imported_misi
Guest
 
Posts: n/a
iTrader: / %
Default

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
Reply With Quote