Date: 09/13/00
- Next message: Lars Torben Wilson: "[PHP-DOC] Proposed changes to Install section in manual"
- Previous message: Martin Samesch: "[PHP-DOC] cvs: phpdoc /de/functions cpdf.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello
I am trying to decode base64 encoded mail attachment file on php
environment..
This file is printed out directly from qmail server and save into
regular directory..
<?php
$file = './pic';
$decoded = base64_decode($file);
print "<html>\n";
print "<body>\n";
print "<img src='$decoded'>\n";
print "</body>\n";
print "</html>\n";
?>
This does not show any on web browser...
nhara
- Next message: Lars Torben Wilson: "[PHP-DOC] Proposed changes to Install section in manual"
- Previous message: Martin Samesch: "[PHP-DOC] cvs: phpdoc /de/functions cpdf.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

