I have a web form at designed in php. Can you provide me with a simple code to connect a textbox to an email account.

Recommended Answers

All 5 Replies

Will you please more clarify the word "connection" of text field and email account?

If you are talking about to send the value of text field as an email content, it can easily possible to request the variable and put the value in body parameter of an email function.

do you want to submit form to your email address ?

Check the mail() function at php.net

login using email address as the username?

Do you want to send the content of the form via email or you just want to establish a connection?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.