Scott Taylor wrote:
$file_two = 'archive/newsletters/Dec03PostPress.pdf';

Try replacing this line with...


$file_two = $_SERVER['DOCUMENT_ROOT'].'/archive/newsletters/Dec03PostPress.pdf';

--
Stuart

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to