0
Include in php
file connection.php in put in inc directory but in i include like this include ("inc/connect.php"); What is the error? help me
2 Respostas
+ 3
try include("../inc/connect.php");
make sure inc directory is inside the root directory on your server
0
ok.thank