User Profile

Collapse

Profile Sidebar

Collapse
goosebriar
goosebriar
Last Activity: Oct 24 '06, 04:09 PM
Joined: Oct 24 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • goosebriar
    replied to Output PHP data to text file?
    in PHP
    Here is the e-mail code (I ex'ed out my email address):

    $to = 'xxxxxx@xxx.com ';
    $subject = 'Student Employment Information';
    $message = "Date Submitted: \t $DateSubmitted\ n
    Name: \t $firstName $lastName \n
    Address1: \t $address1 \n
    Address2: \t $address2 \n
    City, State, Zip: \t $city, $state, $zip \n
    Student ID: \t $id \n
    Phone: \t $phone \n
    email: \t $email...
    See more | Go to post

    Leave a comment:


  • goosebriar
    replied to Output PHP data to text file?
    in PHP
    And how do I do that? I'm sorry - I'm new at this!
    See more | Go to post

    Leave a comment:


  • goosebriar
    started a topic Output PHP data to text file?
    in PHP

    Output PHP data to text file?

    I currently have an html form that sends data to a PHP file which then sends it by e-mail to me. Is there anyway to have the PHP file e-mail an xml or csv file so that I can import it right into a database?
    See more | Go to post
No activity results to display
Show More
Working...