RE: [PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Jay Blanchard
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 10:48 AM Subject: RE: [PHP] Fw: include() statement goofing me up - help > [snip] > include > ("http://www.gospelcom.net/mnn/includes/pubNewsTease.php?li=yes&limit=4";) > ?> > [/snip] > &

Re: [PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Kevin Stone
[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 11:59 AM Subject: Re: [PHP] Fw: include() statement goofing me up - help > Doug, it seems to work fine here. So long as the remote server has PHP > installed (which it looks like they do) then include() should work the same > as a lo

Re: [PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Kevin Stone
-Kevin - Original Message - From: "Doug DeVries" <[EMAIL PROTECTED]> To: "Leotta, Natalie (NCI/IMS)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 11:36 AM Subject: Re: [PHP] Fw: include() statement goofing me up - help

RE: [PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Leotta, Natalie (NCI/IMS)
king so I'm not going to ask question :-) Thanks! -Natalie -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 1:54 PM To: Leotta, Natalie (NCI/IMS); [EMAIL PROTECTED] Subject: RE: [PHP] Fw: include() statement goofing me up - help [snip]

RE: [PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Jay Blanchard
[snip] When I include files and it doesn't work (I've only started trying today and discovered the beauties of the include_path) it says: Fatal error: Failed opening required 'includeFile.inc' (include_path='.:/opt/net/utils/lib/php') in /prj/web/.../file.php on line 4 [/snip] Send some of your c

RE: [PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Jay Blanchard
[snip] http://www.gospelcom.net/mnn/includes/pubNewsTease.php?li=yes&limit=4";) ?> [/snip] Where is your semi-colon? 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/un

RE: [PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Leotta, Natalie (NCI/IMS)
t have anything including successfully, this is all the help I can be :-) Good luck! -Natalie -Original Message- From: Doug DeVries [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 1:36 PM To: Leotta, Natalie (NCI/IMS) Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Fw: include() state

Re: [PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Doug DeVries
--- From: "Leotta, Natalie (NCI/IMS)" <[EMAIL PROTECTED]> To: "'Jay Blanchard'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 10:30 AM Subject: RE: [PHP] Fw: include() statement goofing me up - help > That may be the case, b

RE: [PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Leotta, Natalie (NCI/IMS)
nfo :-) -Natalie -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 1:27 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] Fw: include() statement goofing me up - help you are getting the error Fatal error: Call to undefined function: show() in e:\so

RE: [PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Jay Blanchard
you are getting the error Fatal error: Call to undefined function: show() in e:\solomonsporch.org\test.php on line 9 show() is not a function, try include() Jay "Wouldn't it be great if lists were like the Magic 8 Ball or a Quija board?" -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Jay Blanchard
[snip] > Can anyone let me know what I am doing incorrectly on the following page: > > http://www.solomonsporch.org/test.php > > The news clips that should appear are a service from another site and I > simply want to include them on my page, but I am getting an error. > [/snip] Without the code

[PHP] Fw: include() statement goofing me up - help

2002-06-11 Thread Doug DeVries
Subject: include() statement goofing me up - help > Can anyone let me know what I am doing incorrectly on the following page: > > http://www.solomonsporch.org/test.php > > The news clips that should appear are a service from another site and I > simply want to include them on my page, but I am g