It looks to me like the require_once() doesn't like the "http://url" part of your require statement. Are you trying to include a file from another domain? It looks to me like that is the cause of your problem.
- Cannot get <?php include("something.php"); ?> ... jderosa3
- Re: Cannot get <?php include("something.php"... Iván N Paz
- Re: Cannot get <?php include("something.php"... batman42ca
