Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
Python
/
Monsta-FTP-master
/
Essai FTP
:
file_exists02.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php $imagePath = '/home/analogde/www/Document_workarea/patrice/Projet1/pipo.jpg'; $imagePath = "/home/analogde/www/Document_workarea/patrice/Projet1/newfile.txt"; echo "<br><br>"; // Vérifier si le fichier existe if (file_exists($imagePath)) { echo $str_apres ." existe...."; } else { echo "dfsfdgf"; } ?>