A
A
alex1nd2018-03-05 12:07:18
PHP
alex1nd, 2018-03-05 12:07:18

How to change paths in php?

How can I specify if so that if the path is wrong, substitute another

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Arushanov, 2018-03-05
@daruwanov

<?php
if (file_exists($path)){

} else {
//change your path
}
?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question