Re: [PHP] Re: Independent Contractor Suggestions

2010-10-23 Thread Per Jessen
Paul M Foster wrote: > On Wed, Oct 20, 2010 at 05:47:12PM -0700, Kris Craig wrote: > >> I did a lot better after I started charging $100/hr for my work.  A >> *lot* better! This was after my research showed that PHP development >> firms generally charge a minimum of $80/hr for PHP work, and can

Re: [PHP] Entity 'reg' not defined

2010-10-23 Thread Richard Quadling
On 22 October 2010 19:32, Bastien Koert wrote: > On Fri, Oct 22, 2010 at 2:28 PM, Richard Quadling wrote: >> On 22 October 2010 19:01, TR Shaw wrote: >>> >>> On Oct 22, 2010, at 1:56 PM, Ashley Sheridan wrote: >>> On Fri, 2010-10-22 at 12:03 -0400, Adam Richardson wrote: > On Fri,

Re: [PHP] a loop constructing the URLs and make PHP to fetch up to 10 thousand pages

2010-10-23 Thread Richard Quadling
On 23 October 2010 06:10, "jobst müller" wrote: > hello dear list - good morning! > > > I am trying to figure out a method how to retrieve on the same URLs [see   > below] with different query arguments, and i am wondering if this is doable > with PHP!? > > on a sidenote:  Well - i guess that we

Re: [PHP] Re: Possible foreach bug; seeking advice to isolate the problem

2010-10-23 Thread Jonathan Sachs
On Sat, 23 Oct 2010 08:34:27 +0200, peter.e.l...@gmail.com (Peter Lind) wrote: >It is not a bug - somewhere before the foreach loop you've got, a >variable is being referenced, and that's throwing things off. >Otherwise, unsetting the variable would have no effect on the problem >you're seeing. C

Re: [PHP] Re: Possible foreach bug; seeking advice to isolate the problem

2010-10-23 Thread Peter Lind
On 23 October 2010 16:48, Jonathan Sachs <081...@jhsachs.com> wrote: > On Sat, 23 Oct 2010 08:34:27 +0200, peter.e.l...@gmail.com (Peter > Lind) wrote: > >>It is not a bug - somewhere before the foreach loop you've got, a >>variable is being referenced, and that's throwing things off. >>Otherwise,

Re: [PHP] "My truth comes out" [1]

2010-10-23 Thread Nathan Rixham
Richard Quadling wrote: On 21 October 2010 12:42, Richard Quadling wrote: On 21 October 2010 10:39, Gary wrote: Is there any nice way to convert a string containing either "TRUE" or "FALSE" to a bool with the appropriate value? I know I can just "if (strcmp..." but, as the song goes on to say

Re: [PHP] Re: Possible foreach bug; seeking advice to isolate the problem

2010-10-23 Thread Jonathan Sachs
On Sat, 23 Oct 2010 16:56:52 +0200, peter.e.l...@gmail.com (Peter Lind) wrote: >More information (and a complete breakdown of your problem) is >available here: >http://schlueters.de/blog/archives/141-References-and-foreach.html Thank you! The situation is obscure and confusing, but that explanati