View Single Post
Old 02-16-2004, 03:16 PM   #11
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. It looks like the following is not returning a value:
PHP Code:
echo "Does parse pdf exist: " file_exists(PHPDIG_PARSE_PDF) . "<br>"
Try setting different paths in the following code, run it from the browser, and then use the path that produces "Does parse pdf exist: 1" onscreen.
PHP Code:
<?php
$filename 
"F:\\\\dhi-internet\\\\search\\\\Ghostgum\\\\pstotxt\\\\pstotxt3";
echo 
"Does parse pdf exist: " file_exists($filename);
?>
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote