WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Send email PHP Empty Send email PHP Tue Aug 10, 2010 5:08 pm

Deidara

Deidara
Registered Member
Registered Member
Hello.
I have a problem with this code
Spoiler:

I have do all i can but there come a fail side when i click "Send" and then i got no email.
Someone there can help me? Very Happy

2Send email PHP Empty Re: Send email PHP Tue Aug 10, 2010 5:14 pm

Guest


Guest
replace

Code:
<form
action="viggo48@live.dk"
method="POST"
enctype="multipart/form-data"
name="Dragonforce">

with:
Code:
<form action="mailto:viggo48@live.dk" method="post" enctype="multipart/form-data" name="Dragonforce">

it should work Smile



Last edited by Cool-Processor on Tue Aug 10, 2010 5:17 pm; edited 1 time in total (Reason for editing : EDITED AND CORRECTED THE CODE)

3Send email PHP Empty Re: Send email PHP Tue Aug 10, 2010 5:18 pm

Deidara

Deidara
Registered Member
Registered Member
Yes it works.
But can it works without use Outlook Email.
That poping up all time i clicking on send and that should it not D:

4Send email PHP Empty Re: Send email PHP Tue Aug 10, 2010 5:37 pm

RockerMan

RockerMan
Technician
Technician
Thats not PHP Wink

http://www.graphics-post.com/

5Send email PHP Empty Re: Send email PHP Tue Aug 10, 2010 6:19 pm

ankillien

ankillien
Administrator
Administrator
Dragonforce wrote:Yes it works.
But can it works without use Outlook Email.
That poping up all time i clicking on send and that should it not D:

You can use PHP for that if you have PHP enabled servers.

6Send email PHP Empty Re: Send email PHP Tue Aug 10, 2010 6:21 pm

Deidara

Deidara
Registered Member
Registered Member
I found out of somethings.
So all is fine.
You can lock this (:

7Send email PHP Empty Re: Send email PHP Tue Aug 10, 2010 6:23 pm

ankillien

ankillien
Administrator
Administrator
Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum