Basic Contact forms

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Donaldini
Forum Newbie
Posts: 2
Joined: Thu Apr 20, 2006 6:51 am

Basic Contact forms

Post by Donaldini »

PLEASE DELETE THIS POST
Last edited by Donaldini on Fri Aug 03, 2007 6:06 pm, edited 1 time in total.
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

you are not setting the variable $message anywhere in that code and thus its empty and that is the reason for your empty email ;)
Donaldini
Forum Newbie
Posts: 2
Joined: Thu Apr 20, 2006 6:51 am

Post by Donaldini »

PLEASE DELETE THIS POST
Last edited by Donaldini on Fri Aug 03, 2007 6:07 pm, edited 1 time in total.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Search this forum for e-mail injection attacks...
Post Reply