Re: [PHP] PHP cross platform IDE

2004-12-13 Thread Craig Slusher
d around with it a little bit and it's not too bad. -- Craig Slusher Web Programmer [EMAIL PROTECTED] On Tue, 14 Dec 2004 10:29:41 -0500, Bryan Dina <[EMAIL PROTECTED]> wrote: > I have done a little checking and I think I already know the answer, but > I wanted to toss this one

Re: [PHP] "Byte Array"

2004-12-13 Thread Craig Slusher
looks like this: > gÃ.ÃÃ.ÃÆÃÃÂÃUâÃAÃÂ9xÅÂÃ|%ÃrÂÃ9â. > > Any ideas? > > Ian > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Craig Slusher Web Programmer [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: çå: [PHP] empty() problem

2004-12-13 Thread Craig Slusher
he 0 is passes ? > > any help plz ? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >

Re: [PHP] empty() problem

2004-12-12 Thread Craig Slusher
> > will throw notices on some setups about an undefined variable (depending > upon error_reporting level) and will allow text through when it's > supposed to just be an integer. > > -- > > ---John Holmes... > > Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ >

Re: [PHP] array_merge_recursive

2004-12-10 Thread Craig Slusher
[animal] => Cats > > [total] => 6 > > ) > > > > ) > > > > the output i need is: > > Dogs 5 > > Cats 9 > > > > I need to add the total but keep just one animal if its already there. can > > someone please