2008
Jun 6

Ever had problems with german umlaut and data from mysql in mail subject and mail text?
Here is my solution:
 
//mailheader ….
$mailheader =’MIME-Version: 1.0′ .”\n”;
$mailheader.=’From: from@domain.net’ . “\n”;
$mailheader.=’Reply-To: to@domain.net’ . “\r\n”;
$mailheader.=’X-Mailer: PHP/’ . phpversion().”\n”;
// Next Line solves only the utf-8 problem within the mail text
$mailheader.=”Content-Type: text/plain; charset=UTF-8\n”;
$mailheader.=”Content-transfer-encoding: 8bit\n”;
// The subject needs to be ASCII 7 Bit
// First: decode utf-8 Data from myql database
$subject=”Example Mail für: “.utf8_decode($firstname.” “.$secondname);
// second: encode subject to ASCII
$subject=mb_encode_mimeheader( $subject, mb_internal_encoding(),”B”,”\n”);
$mailtext=”…….
–snip–
mail(‘address@domain.net, $subject, $mailtext, $mailheader);

Einbinden von Picasa Albums in Wordpress

Posted by admin on Apr 2nd, 2008
2008
Apr 2

The excellent plugin from Steve Lam, modified by Klaus Hillebrands, suffered another innovation from myself. It is now possible to select specific Picasa Albums from a certain user.

Just enter a TAG \<\!\-\-picasa-albums-\-NAME_OF_ALBUM-\-picasa-albums-name\-\-\>
(without the \) inside your article.
Download my version from:
picasa-albums-je

Der Konfirmant

Posted by admin on Mrz 25th, 2008
2008
Mrz 25

Morgen..grauen..vor der Arbeit

Posted by admin on Feb 12th, 2008
2008
Feb 12

Mo 11.02.2008 07:40 11022008059

Der Blick aus dem Schlafzimmer

ASV im winter

Posted by admin on Feb 12th, 2008
2008
Feb 12

Sa 09.02.2008 10:13 09022008027

Ein Traum in Februar

Asv

Posted by admin on Feb 12th, 2008
2008
Feb 12

Sa 09.02.2008 10:17 09022008033

Ein Traum im Februar

Lifeblog-Inhalt

Posted by admin on Feb 12th, 2008
2008
Feb 12

Blumen

Posted by admin on Sep 30th, 2007
2007
Sep 30

LifeBlog mit NOKIA N95

Posted by admin on Sep 30th, 2007
2007
Sep 30

Mit dem LifeBlog Script WORDPRESS funktioniert die Veröffentlichung von:

  • Bildern, gut
  • SMS, gut
  • Videos, bisher nicht

Run-time Umgebung:
SUSE Linux 9.1, PHP4(!), WORDPRESS DE 2.2.2

Jörgs Blog geht ONLINE!

Posted by admin on Sep 29th, 2007
2007
Sep 29