// This is an example of a MIME/multipart document. // The multipart boundary token as a variable. $token = "bndry"; // Function that returns a base64-encoded text string encoding a binary resource. function encodeImage($fileName) { $handle = fopen($fileName, "rb"); $data = fread($handle, filesize($fileName)); fclose($handle); return base64_encode($data); } // Function that outputs the boundary token function outputBoundary() { global $token; return "--" . $token . "\n"; } // Set the content-type for the MIME multipart document header("Content-Type: multipart/mixed; boundary=" . $token); // The XHTML document is the first resource in the document ?> = outputBoundary(); ?> Content-Type: application/vnd.wap.xhtml+xml Content-ID: 100 Content-Location: 8-13.xhtml echo '' . "\n"; ?>
Sunset Farmers' Market has weekly produce specials! Click the image below to see this week's specials.