'i am trying to include this page but it is show that there is no such file but it exists

 if (isset($_GET['edit'])) {
     $cat_id = $_GET['edit'];
     include "C:\xampp\htdocs\BMO\admin\categories.php";
 }
 ?>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source