=LiveCode...code= --LINK TO PHP put "http://www.%host%.com/phpScript.php" into tLink put "csFrom=" & the urlEncode of pFrom after tData put "&csTo=" & the urlEncode of pTo after tData put "&csSubject=" & the urlEncode of pSubject after tData put "&csMessage=" & the urlEncode of pMessage after tData put "&csHeaders=" & the urlEncode of pHeaders after tData --UPLOAD THE REQUEST post tData to url tLink return it =PHP...code=