User Profile
Collapse
-
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.... -
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...Leave a comment:
-
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...Leave a comment:
-
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);
Leave a comment:
-
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...Leave a comment:
-
Send form to user and to mysql
I hope the corrections are as required for the forum....Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: