Because of restrictive safe mode settings I cannot display images from their folder. Is there a way to embed them within a web page?
i.e.
<?php
print "<IMAGE START>\n";
readfile('image.jpeg');
print "</IMAGE END>\n";
?>
Thanks in advance,
Dan Anderson
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

