/[corp_html]/contact.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /contact.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by dpavlin, Mon Mar 5 11:56:10 2001 UTC revision 1.6 by dpavlin, Mon Mar 5 15:22:27 2001 UTC
# Line 18  $mpic="contactus.gif"; Line 18  $mpic="contactus.gif";
18  $smarty->assign( array ( lpic=>$lpic, lext=>$lext, mpic=>$mpic, Section_title=>$title ) );  $smarty->assign( array ( lpic=>$lpic, lext=>$lext, mpic=>$mpic, Section_title=>$title ) );
19    
20  $from=str_replace(".php","",basename($HTTP_REFERER));  $from=str_replace(".php","",basename($HTTP_REFERER));
21    if (strstr($from,"?")) $from=substr($from,0,strpos($from,"?"));
22    
23  $sth = $dbh->prepare("select email from emails where referer='$from' limit 1");  $sth = $dbh->prepare("select email from emails where referer='$from' limit 1");
24  $sth->execute();  $sth->execute();
# Line 46  if (! isset($mailto)) { Line 47  if (! isset($mailto)) {
47  } else {  } else {
48          $main="Your comment is sent to $mailto. Thank you.";          $main="Your comment is sent to $mailto. Thank you.";
49          include("quoted-printable.inc");          include("quoted-printable.inc");
50          iso_mail("$fullname ($country) <$email>",$mailto,$subject,$comment);          iso_mail("$fullname ($country) <$mailfrom>",$mailto,$subject,$comment);
51  #       $main.="<pre>$mailto $fullname $email $country $subject $comment</pre>";  #       $main.="<pre>$mailto $fullname $mailfrom $country $subject $comment</pre>";
52  }  }
53    
54  $smarty->assign( array(MAIN=>$main, from=>$from,  $smarty->assign( array(MAIN=>$main, from=>$from,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26