<?php
// ファイルãŒã‚ã‚‹ã‹ãƒã‚§ãƒƒã‚¯
$PATH = $_GET['path'];
if(file_exists($PATH)){
$file_exists = true;
}else{
$file_exists = false;
}
echo 'file_exists='.$file_exists;
PHP ファイルãŒå˜åœ¨ã™ã‚‹ã‹ãƒã‚§ãƒƒã‚¯ã™ã‚‹
Leave a Reply
You must be logged in to post a comment.