Contact Form.

anyone use a contact form

like this: http: //www. insidethepixel. com/contact. php

Why don’t you make your own Are you aware PHP It is quite easy to create one with PHP, in order for you check out course at http: //www. hotscripts. com/PHP/Tips_and_Tutorials/Form_Processing/index. html

Good luck!
Li Brad

Here i will discuss a tut Filburt had written:
www. webdesignforums. net/thread4446. code

thanks spluf. let me try to understand this to work at my site.

alright, i did it. and it doesnt perform: \
– http: //www. blind-fate. com/v1/index. phpview=contact

I can’t find an error, is the problem just that you simply don’t recieve the email I not able to see PHP code by viewing the source, and everything looks ok to my opinion.

yea, i dont find the email.

One problem could possibly be that the send is being categorised as spam a result of email address the actual server is using because the " sent from" address, and your device is blocking your email. You can check this by having the email provided for another email consideration of yours, or just apply the fix now. In the actual mail command, create:

Code:
" Coming from: emailfromyourdomain. com/email"; 

I assume that code is accurate, someone correct me if i’m completely wrong.

i altered the to electronic mail to my windows live messenger one, still didnt do the job, and i dunno wut u mean by the " From: fromyourdomain. com";

On this line

Code:
 in case (mail('YOUR E-MAIL ADDRESS', $subject, $message,
" Coming from: $from\r\nReply-To: $from\r\n" ))

You can transform the $from to help any email address you would like. Not sure if this is the problem though, someone having a better knowledge of PHP will probably be along soon I believe.

my close friend from netsender is usually helping me.

PS. them didnt work spluf.

This entry was posted in Web Design and tagged , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *