/    Sign up×
Community /Pin to ProfileBookmark

How to create a php script that send a email?

Hi i am creating a personal website but i can’t create a php contact form and youtube videos are not good enough for me.
If you can help me? Thank you
This is my html script.

[code=html] <form id=”contact” action=”” method=”post”>
<fieldset>
<input placeholder=”Volledige Naam” type=”text” tabindex=”1″ required autofocus>
</fieldset>
<fieldset>
<input placeholder=”Email Adres” type=”email” tabindex=”2″ required>
</fieldset>
<fieldset>
<input placeholder=”Onderwerp” type=”text” tabindex=”3″ required>
</fieldset>
<fieldset>
<textarea placeholder=”Typ hier je bericht….” tabindex=”4″ required></textarea>
</fieldset>
<fieldset>
<button name=”submit” type=”submit” id=”contact-submit” data-submit=”…Verzenden”>Verzenden</button>
</fieldset>
</form>[/code]

to post a comment
PHP

5 Comments(s)

Copy linkTweet thisAlerts:
@cyrildewtiauthorMar 14.2015 — I think there is something wrong with the code. Here is another example.

[code=html]<form id="contact" action="" method="post">
<fieldset>
<input placeholder="Volledige Naam" type="text" tabindex="1" required autofocus>
</fieldset>
<fieldset>
<input placeholder="Email Adres" type="email" tabindex="2" required>
</fieldset>
<fieldset>
<input placeholder="Onderwerp" type="text" tabindex="3" required>
</fieldset>
<fieldset>
<textarea placeholder="Typ hier je bericht...." tabindex="4" required></textarea>
</fieldset>
<fieldset>
<button name="submit" type="submit" id="contact-submit" data-submit="...Verzenden">Verzenden</button>
</fieldset>
</form>[/code]
Copy linkTweet thisAlerts:
@ginerjmMar 14.2015 — Where is your code for sending the email? All you are showing us is some html.
Copy linkTweet thisAlerts:
@cyrildewtiauthorMar 14.2015 — I don't know how to write it on my code.

That is just my question. How to write the php
Copy linkTweet thisAlerts:
@cyrildewtiauthorMar 14.2015 — I'm going to try Thank you!!
×

Success!

Help @cyrildewti spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.27,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...