Re: [PHP] CLI utility

2006-03-03 Thread Kevin Kinsey
Ray Cantwell wrote: Indeed i am looking for a tool to write my code with on a box that has no gui environment, However if a Jihad is going to ensue because of it, i shall withdraw my question, head bowed. RTC Well, kudos to you for discretion, which has been noted as 'the better part of v

Re: [PHP] CLI utility

2006-03-03 Thread Ray Cantwell
Indeed i am looking for a tool to write my code with on a box that has no gui environment, However if a Jihad is going to ensue because of it, i shall withdraw my question, head bowed. RTC Kevin Kinsey wrote: John Nichel wrote: Ray Cantwell wrote: Hello again, I was wondering if any of yo

Re: [PHP] CLI utility

2006-03-03 Thread Kevin Kinsey
John Nichel wrote: Ray Cantwell wrote: Hello again, I was wondering if any of you knew of a good command line utility for php5 on linux? The box i write on has no X-windows. Ray. A command line utility to do what? Indeed. Context might even indicate he's looking for something to use to

Re: [PHP] CLI utility

2006-02-22 Thread John Nichel
Ray Cantwell wrote: Hello again, I was wondering if any of you knew of a good command line utility for php5 on linux? The box i write on has no X-windows. Ray. A command line utility to do what? -- John C. Nichel IV Programmer/System Admin (ÜberGeek) Dot Com Holdings of Buffalo 716.856.9675

Re: [PHP] CLI utility

2006-02-21 Thread Curt Zirzow
Just a raw (manual) way to talk to a server. You just need to understand the way a HTTP request is sent to a server (http://w3c.org/). Or if you know how to comminicate with what ever protocol you use manually. The reason to really do it with db-server would be to test to see if is actually ru

Re: [PHP] CLI utility

2006-02-21 Thread Björn Bartels
moin,  richard nice idea , but i'd rather think according to probability calculation chance for this to happen converge to 0, doesn't it... ;) >There MIGHT be a curses-based web browser "out there"... I mean, in >theory, there could be one, right? > >And it might even be able to render vector

Re: [PHP] CLI utility

2006-02-21 Thread Richard Lynch
On Tue, February 21, 2006 4:03 pm, Ray Cantwell wrote: > I was wondering if any of you knew of a good command line utility for > php5 on linux? The box i write on has no X-windows. E. Assuming I understand the question... lynx is a text-based browser which you can use to surf to pages and se