Tagged Questions
0
votes
1answer
54 views
Turning form input into text in a file using php
I have a HTML form with the following:
<form method="POST" action="/subscribe/subscribe.php">
<p><input type="text" name "Email" value="your@email.com" ...
0
votes
2answers
231 views
SMTP does not send HTML message
Good morning,
I'm trying to send SMTP mail with HTML message. But not this gets the message.
So I did a test. Text messages sent successfully. Html message and sends it with little success.
And ...
0
votes
2answers
212 views
Beginner Help: Creating and Storing Text Using PHP
I'm trying to write a program where the basic idea is I ask the user for input in a textarea, and then the text gets stored into a word file. Here is the code I'm trying to use:
<html>
...