Question
asp to PHP
I use Dreamweaver CS3 and have an email extension from
WebAssist
My problem is sending email file attachments with PHP. I have been using ASP and am switching to PHP.
this is the code for the email file attachment that works in ASP
WA_MailObject = WAUE_AddAttachment(WA_MailObject,"" & cStr(Server.MapPath("/PDF")) & "\200LX.pdf")
I can't seem to translate to PHP and get it to work. What would the PHP equivalent be for
& cStr(Server.MapPath("/PDF")) & "\200LX.pdf")
thanks
for any help
My problem is sending email file attachments with PHP. I have been using ASP and am switching to PHP.
this is the code for the email file attachment that works in ASP
WA_MailObject = WAUE_AddAttachment(WA_MailObject,"" & cStr(Server.MapPath("/PDF")) & "\200LX.pdf")
I can't seem to translate to PHP and get it to work. What would the PHP equivalent be for
& cStr(Server.MapPath("/PDF")) & "\200LX.pdf")
thanks
for any help
