No, I created this file as a test file and it works for me. Perhaps you need
to do something on your server for include files. Have you checked your
php.ini to make sure that includes are allowed? In my setup
(/etc/apache/php.ini) there is a line that says "include_path ="

If I can think of anything else I will let you know. Also make sure to
reply-to-all so  that the list can keep up and maybe offer more suggestions.

Jay



-----Original Message-----
From: Doug DeVries [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 12:57 PM
To: Jay Blanchard
Subject: Re: [PHP] Fw: include() statement goofing me up - help


still no joy. i pasted exactly as you had written with a semi-colon, but
still not working. Is there nothing else I need to include in the header or
prior to the PHP statement?

-Doug

----- Original Message -----
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 11, 2002 10:48 AM
Subject: RE: [PHP] Fw: include() statement goofing me up - help


> [snip]
> <?php
> include
> ("http://www.gospelcom.net/mnn/includes/pubNewsTease.php?li=yes&limit=4";)
> ?>
> [/snip]
>
> Where is your semi-colon?
> <?php
>
include("http://www.gospelcom.net/mnn/includes/pubNewsTease.php?li=yes&limit
> =4");
> ?>
>
> Jay
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to