Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
php e-mail form

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side
View previous topic :: View next topic  
Author Message
Hrvoje



Joined: 04 Sep 2004
Posts: 132
Location: My office

PostPosted: 31.10.2006 16:41    Post subject: php e-mail form Add user to your forum ignore list Reply with quote

Možete li mi reci sta nevalja u ovoj formi?
Imam kontakt formu na stranici u koju korisnik upiše: svoje ime, e-mail, naslov poruke i odabere primatelja iz Drop-Down box-a...
u Drop-Down box-u sam dodijelio (values) kao primatelje i on mi se zove attn...
Hvala unaprijed!

Code:


<?php
if(!$visitormail == "" && (!strstr($visitormail,"@") || !strstr($visitormail,".")))
{
echo "<h2></h2>\n";
$badinput = "<h2></h2>\n";
}
if(empty($visitor) || empty($visitormail) || empty($notes )) {
echo "<h2></h2>\n";
echo "<h2></h2>\n";
}
echo $badinput;

$todayis = date("l, F j, Y, g:i a") ;



$notes = stripcslashes($notes);

$message = "
Od: $visitor ($visitormail)\n
Poruka: $notes \n
";

$from = "From: $visitormail\r\n";

mail($attn, $subject, $message, $from);

?>
Back to top
View user's profile Send private message
dadot



Joined: 05 Nov 2006
Posts: 13

PostPosted: 27.11.2006 19:24    Post subject: Add user to your forum ignore list Reply with quote

Svugdje gdje koristiš varijable iz forme moraš ovako stavit $_POST[ime varijable] ako si definirao metodu slanja kao post!!
Back to top
View user's profile Send private message
Sulien



Joined: 04 Jan 2004
Posts: 2905
Location: Zagreb

PostPosted: 27.11.2006 22:27    Post subject: Add user to your forum ignore list Reply with quote

Ne treba ako ima register_globals uključen (što naravno ne bi smio imati uključeno)
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group