User Profile

Collapse

Profile Sidebar

Collapse
LANTEK
LANTEK
Last Activity: Feb 7 '07, 08:59 PM
Joined: Sep 14 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • LANTEK
    replied to email attachment in php
    in PHP
    I think I'm confused...can I insert this into my existing code?
    See more | Go to post

    Leave a comment:


  • LANTEK
    replied to email attachment in php
    in PHP
    I can upload the file (not sure where it goes) but it doesn't come as an attachment on the email from the form....
    See more | Go to post

    Leave a comment:


  • LANTEK
    replied to email attachment in php
    in PHP
    Sorry forgot to attach code that i am working with for the form...

    <?
    ///////////////////////////////////////////////////////////////////
    // PERFECT //
    ///////////////////////////////////////////////////////////////////

    // Configuration Settings
    $SendFrom = "Sales <sales@lantekon line.com>";
    $SendTo = "ayob@lantekonl ine.com";...
    See more | Go to post

    Leave a comment:


  • LANTEK
    started a topic email attachment in php
    in PHP

    email attachment in php

    Help...I am trying to integrate a way in my code to process a form , send an email containg form info, and if file is uploaded, place it as an attachment on the email being sent, without losing the other form data contained in the message body. I have seen codes on how to do it, but am wondering if it's possible to adjust the current codes to handle this function.

    Any info would help...Thanks
    See more | Go to post

  • LANTEK
    replied to PHP Code Pop-up...
    in PHP
    So if i understand that correctly, i need to use 2 form tags for this script?
    See more | Go to post

    Leave a comment:


  • LANTEK
    replied to PHP Code Pop-up...
    in PHP
    How can I do that? Here is the form I am trying to work with, if it helps
    [HTML]<form action="formmai l.php" method="POST">
    <input type="hidden" name="recipient " value="ayob@lan tekonline.com">
    <input type="hidden" name="subject" value="Asset Investment Form">
    <input type="hidden" name="thanks"...
    See more | Go to post

    Leave a comment:


  • LANTEK
    started a topic PHP Code Pop-up...
    in PHP

    PHP Code Pop-up...

    I am currently working on a form that would have multiple fields plus an upload file spot. I cannot add the code for the upload file. Also, after clicking submit the form should send an email to the specified email address and currently those emails are not being recieved. All that happens is the php code box ocomes up and lets the user know that the form has been submitted and doesn't re-direct to the thank you page..Please help

    ...
    See more | Go to post
No activity results to display
Show More
Working...