[PHP] Re: Uninstalling PHP?

2010-02-27 Thread Austin Powers
""Austin Powers"" wrote in message news:ca.b0.29124.619a8...@pb1.pair.com... > Three weeks ago I was working through the Lynda.com "PHP with MySQL > Training" because I wanted to begin using PHP (surprise, surprise). > > Anyway, on this video course the teacher explains that because installing >

[PHP] Wondering if anyone has experince with lastRSS

2010-02-27 Thread Watson Blair
Hey all, I'm looking at lastRSS as a solution for displaying an Ebay RSS feed on a website, however i'm having a hard time wrapping my head around it, could you guys suggest a good tutorial? also, if there are better solutions for what i'm trying to do, bring it on. Thanks, Watson

Re: [PHP] Uninstalling PHP?

2010-02-27 Thread Ashley Sheridan
On Sat, 2010-02-27 at 13:44 +0100, mrfroasty wrote: > Hello, > > I think everyone has their own preference on working/development > setup.If you are comfortable with Window OSS, I guess shifting to Linux > might take you totally out of your goals. > In my case I prefer playing around Gentoo Lin

RE: [PHP] Header function

2010-02-27 Thread Nick allan
Interesting the following works Changing the " to '. If I leave the ' around the filename, the ' becomes part of the filename. But it seemed to be more about changing the surrounding ' to " that fixed it. Not sure why this is, but its working now. header('Content-Type: application/msword'); he

Re: [PHP] Uninstalling PHP?

2010-02-27 Thread mrfroasty
Hello, I think everyone has their own preference on working/development setup.If you are comfortable with Window OSS, I guess shifting to Linux might take you totally out of your goals. In my case I prefer playing around Gentoo Linux, so my development setup is built around Gentoo Linux.But I

Re: [PHP] Uninstalling PHP?

2010-02-27 Thread Ashley Sheridan
On Sat, 2010-02-27 at 07:28 +, Lester Caine wrote: > Austin Powers wrote: > > "How can I completely uninstall PHP so that I can start again?" > > Not knowing the Mac I'm fishing ;) > How did you INSTALL PHP? We normally do this via a 'package manager' of some > sort, where you find the 'PHPx

Re: [PHP] Header function

2010-02-27 Thread Richard Quadling
On 27 February 2010 04:32, Nick allan wrote: > Hi all > > Has anyone got any ideas why the following isn't giving me correct filename > in the ie save dialogue > > header('Content-Type: application/msword'); > >  header('Content-Disposition: attachment; filename="PurchaseReq.doc"'); > > > > I get

Re: [PHP] Registry class question.

2010-02-27 Thread Richard Quadling
On 26 February 2010 20:17, Peter van der Does wrote: > Hi, > > I've build a registry class to store settings I need to use in several > other classes. > > Currently I've set it up with a static array in the registry class and > using two methods to access the settings and values > storeSetting($ke