Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help! - Can not include() or require() a URL into Document! - 1

Status
Not open for further replies.

Lynux

MIS
Aug 3, 2001
33
US
Help! - Can not include() or require() a URL into Document! -

----php code I am using:---------
<?php
require ('?>


----My php.ini Settings are:---------
==========================================
; Fopen wrappers are set to on;
allow_url_fopen = On

; Paths and Directories for include_path are blank;
include_path =
==========================================



---- My Error Message says-----
Fatal error: Failed opening required '(include_path='.; \apache\includes;\apache\htdocs\;\apache\htdocs\phpmyadmin') in d:\apache\htdocs\dw\area51\assessneeds.php on line 232
-------------------------------



Any help would be greatly appreciated :)

Thanks in advance!
RW =================================
Imagination is more important than knowledge.
(A.E.)
 
you can only include a LOCAL file
include doesn't know how to make an http/ftp/whatever request
 
Thanks Anikin! =================================
Imagination is more important than knowledge.
(A.E.)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top