Re: [PHP] What would you like to see in most in a text editor?

2011-09-16 Thread Joshua Stoutenburg
On Fri, Sep 16, 2011 at 12:51 AM, Marco Lanzotti wrote: > Il 13/09/2011 21:56, Brad Huskins ha scritto: >> So I would like to get some feedback on what features people would >> most want, since I am still at a very flexible stage in development. > I wouldn't want a text editor. I'd want an IDE.

Re: [PHP] Re: Repetitive answers . . .

2011-09-16 Thread Joshua Stoutenburg
On Fri, Sep 16, 2011 at 12:35 AM, tamouse mailing lists > > My baboon is offended. > class baboon extends human { $ammo = ''; public __construct($ammo) { $this->ammo = $ammo; } public function flingAt($target) { $target->flingAlert($this, $this->ammo); } pu

Re: [PHP] Re: Repetitive answers . . .

2011-09-15 Thread Joshua Stoutenburg
On Thu, Sep 15, 2011 at 5:46 PM, Jason Pruim > > I've always thought that getting a couple fairly similar answers to the same > question helped to validate the answer for someone who is in the early > process of learning ;) >> >> -nathan > > Yeah, you know, I think you are right! I'd like to ans

Re: [PHP] Re: Repetitive answers . . .

2011-09-14 Thread Joshua Stoutenburg
On Wed, Sep 14, 2011 at 11:59 AM, Govinda wrote: >> As for duplicate answers..., > >> [snip] > > > Also newbies may tend to like the multiples answers.. for the different > perspectives, as Dan said, but also when they are exact dupe answers - > because then the newbie knows the answer is defini

Re: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread Joshua Stoutenburg
Is there a way to reconfigure gmail settings to prevent this?

Re: [PHP] Re: Repetitive answers . . .

2011-09-09 Thread Joshua Stoutenburg
I guess so. On Fri, Sep 9, 2011 at 10:34 AM, Marc Guay wrote: > That low-hanging fruit is too hard for some to resist... > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >

[PHP] Repetitive answers . . .

2011-09-09 Thread Joshua Stoutenburg
I'm new to this email list . . . But is it customary to answer a question after it's already been adequately answered? Not trying to step on any toes. I just think if I were asking the question, it would be unpleasant to continue receiving answers, especially the same answer, after receiving one

Re: [PHP] array problem

2011-09-09 Thread Joshua Stoutenburg
The function fgetcsv() returns an array. http://php.net/manual/en/function.fgetcsv.php On Fri, Sep 9, 2011 at 9:00 AM, Marc Fromm wrote: > I am reading a csv file into an array. The csv file. > > users.csv file contents: > w12345678,a > w23456789,b > w34567890,c > >