Jump to content

I don't know file_exist issue


purencool

Recommended Posts

Hi phpfreaks,

 

I don't know :shrug:

 

I can't seem to get the $this->updateFilename to work the first piece of code works beautifully  'version1.tar.gz' came from the copy and pasting of the echo trim($this->updateFile);

the code below will not work and I can't work out why any suggestions?$this->updateFile;comes from a screen scrape that is the only thing I can think of that is different?

 

echo trim($this->updateFile);
$filename = 'version1.tar.gz';
echo "<br>". $filename."   hello world<br>";
if (file_exists($filename)){

 

$filename =  trim($this->updateFile);
echo "<br>". $filename."   hello world<br>";
if (file_exists($filename)){

 

Link to comment
https://forums.phpfreaks.com/topic/252283-i-dont-know-file_exist-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.