So ever since I got my Mac including files with PHP
Warning: include(Applications/XAMPP/xamppfiles/htdocs/social/include/core.php): failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/social/index.php on line 1
This is my php include:
<?php include("Applications/XAMPP/xamppfiles/htdocs/social/include/core.php") ?>
Any suggestions?
..../core.php
? – swidmann<?php include("Applications/XAMPP/xamppfiles/htdocs/social/include/core.php") ?>
– C.Pantelli