macromedia.dreamweaver.appdev
[Top] [All Lists]

Re: php include sessions

Subject: Re: php include sessions
From: David Powers
Date: Mon, 20 Aug 2007 11:54:22 +0100
Newsgroups: macromedia.dreamweaver.appdev


Prellyan Luxtintner wrote:
Does the methodology of the include create the error?

<?php include("http://www.backyardcanvas.com/members/core/left.php";); ?>

Most hosting companies disable allow_url_fopen, which prevents you from using a URL for an include. Just use the relative path to the include file.

--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

<Prev in Thread] Current Thread [Next in Thread>