03-19-2017, 10:48 PM
That init require doesn't quite look right.
Let's say your project is in mydomain.com and your init file is in mydomain.com/users/init.php your require would look like
<?php require_once('users/init.php'); ?>
If your page is located in the root (mydomain.com) folder. You also have to make sure you have ' quotes and not ’ quotes.
Let's say your project is in mydomain.com and your init file is in mydomain.com/users/init.php your require would look like
<?php require_once('users/init.php'); ?>
If your page is located in the root (mydomain.com) folder. You also have to make sure you have ' quotes and not ’ quotes.