User Profile

Collapse

Profile Sidebar

Collapse
LTCreationsLLC
LTCreationsLLC
Last Activity: Apr 13 '08, 02:44 AM
Joined: Apr 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • LTCreationsLLC
    replied to Send form to user and to mysql
    in PHP
    I'm still pulling out my hair on this mail issue. Is there a possibility that you can provide some insight...pleas e? I've reposted and uploaded a txt file to show what I have for the php page. I'm 90% there, but can't figure out how to include the password and user name in the message that is sent to the user. I've been successful in sending the user message with all but the user name and password. Any thoughts? Thanks....
    See more | Go to post

    Leave a comment:


  • LTCreationsLLC
    replied to Send form to user and to mysql
    in PHP
    Almost working

    I've been successful in creating the code necessary to send everything "except for" the user name and password from the form that is created/completed by the user. I've exhausted every possible combination that I can find/think to try and still need help. Where/how can I pull the user name and password from the form and send that to the user via E-mail as they submit the form? I've attached the updated version...
    See more | Go to post
    Last edited by LTCreationsLLC; Apr 12 '08, 02:05 AM. Reason: Attached new file

    Leave a comment:


  • LTCreationsLLC
    replied to Send form to user and to mysql
    in PHP
    Attaching would be great...if I could see where to attach something in this reply window. I understand the moderator will allow attachments. I have the .txt file prepared if you would point me in the right direction. I've also made another foiled attempt to create what I want in the code.

    Ok. I understand now that I can attach if I post then edit. So, here goes...

    You can see on line 104 where I've been attemping to...
    See more | Go to post

    Leave a comment:


  • LTCreationsLLC
    replied to Send form to user and to mysql
    in PHP
    The original message can't be edited...or at least I have no idea how. I've opened it several time, tried to save it, and nothing changes. I can only reply to the message. Once it's saved, that's it.
    But, here is what I got to work...sort of:
    Code:
    mail( $user_email,$user_name,$user_password);
    I added that just before the end of the php, just as you suggested, although I did that before I saw...
    See more | Go to post

    Leave a comment:


  • LTCreationsLLC
    replied to Send form to user and to mysql
    in PHP
    Ok. I understand that I've posted incorrectly due to my newness to the forum. I also agree, as I pointed out in my post, that the $mailto is missing. My question is where would it go and what is the proper code to include?

    I could delete and then repost, but I don't see anywhere I can edit the original post.

    I'm going now to see if I can follow your suggested link. As I also mentioned, I'm not a php programmer. I can...
    See more | Go to post

    Leave a comment:


  • LTCreationsLLC
    replied to Send form to user and to mysql
    in PHP
    Send form to user and to mysql



    I hope the corrections are as required for the forum....
    See more | Go to post
    Last edited by LTCreationsLLC; Apr 11 '08, 04:18 AM. Reason: Not posted properly

    Leave a comment:


  • LTCreationsLLC
    started a topic Send form to user and to mysql
    in PHP

    Send form to user and to mysql

    I have a page that is used to create a user account. The form is "supposed" to send the username and password to the user upon successful completion of the form. But, it only sends the information to the database - at least that's done well. I've included the code from the page to find out if someone can tell me where I need to add the $mailto code and exactly how. I have seen many example, but not being a php programmer with mysql, I'm...
    See more | Go to post
    Last edited by ronverdonk; Apr 11 '08, 10:17 AM. Reason: code within code tags!
No activity results to display
Show More
Working...