Jun 5th, 2011, 7:28 AM
Hi Khalid,
Ah! Actually, when you require() a file, you need to enter the path on the server, not the URL.
So it should look something like:
instead of:
Good luck!
- Ben
Ah! Actually, when you require() a file, you need to enter the path on the server, not the URL.
So it should look something like:
PHP Code:
require_once("/path/to/droitetvie/benevole.php");
instead of:
PHP Code:
require_once("http://127.0.0.1:8888/droitetvie/benevole.php");
Good luck!
- Ben