Re: [PHP] Pulling my hair out over an include_once();

2010-03-21 Thread Rene Veerman
is this file you need on your local server or truely on another machine? and if it's on another machine, why do you need to include() it from there? why not make a local copy as was suggested earlier? there are many reasons not to include php scripts off other servers, esp if the servers involved

[PHP] Pulling my hair out over an include_once();

2010-03-20 Thread Watson Blair
Hey all, i'm sure i'm missing something glaringly obvious, but i have yet to find a solution to this online... so heres the line of code that i'm getting hung up on: ?php include_once(http://www.jennysjunket.com/magpierss/rss_fetch.inc;);? which gives me this: *Warning*: include()