+ Reply to Thread
Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 32

filters in the WHERE clause

  1. Re: filters in the WHERE clause

    In article <8363f72b-586c-47f7-9164-6a90f1aacd31aty21g2000prodotgooglegroups.com>, JRough wrote:

    >Okay, I think I have the issue pinpointed. I don't understand the
    >nrows function entirely which is part of it .


    That's the issue entirely: you don't understand the nrows function.

  2. Re: filters in the WHERE clause

    On 30 June, 11:36, spamb...atmilmacdotcom (Doug Miller) wrote:
    > In article <8363f72b-586c-47f7-9164-6a90f1aac...aty21g2000prodotgooglegroups..com>, JRough wrote:
    >
    > >Okay, I think I have the issue pinpointed. *I don't understand the
    > >nrows function entirely which is part of it .

    >
    > That's the issue entirely: you don't understand the nrows function.


    This is JRough, she doesn't understand ANYTHING!

  3. Re: filters in the WHERE clause

    JRough:

    >Okay, I think I have the issue pinpointed.


    Oh dear. I doubt it.
    It's not easy to find a starting point on this, because there are so
    many issues in your code.

    But OK, let's start with the function:


    >----nrows function-----
    >function nrows($sql) {
    > $sql="SELECT COUNT(*) AS cnt " . substr($sql,
    >strpos($sql,"FROM "));
    > $result=mysql_query($sql);
    > if ( !$result ) {die("Invalid query:" .
    >mysql_error() . "
    $sql");}
    > $dbarray = mysql_fetch_array($result);
    > $nCnt=$dbarray['cnt'];
    > $cnt=($nCnt==1) ? "1 Record" : "$nCnt";
    > return $cnt;
    >
    >}//end nrows



    Could you please try and explain, in plain English without any "$"
    signs or the word "sql", what you want the function to do?

    The story should go like this:

    a) "I want the function to return ..... to me"
    b) "In order to be able to do that, the function receives ... from me"
    c) "In the process, it should "


    --
    Erick

    "Facts do not cease to exist because they are ignored." - Aldous Huxley

  4. Re: filters in the WHERE clause

    On 30 June, 12:31, "Erick T. Barkhuis"
    wrote:
    > JRough:
    >
    > >Okay, I think I have the issue pinpointed.

    >
    > Oh dear. I doubt it.
    > It's not easy to find a starting point on this, because there are so
    > many issues in your code.


    Erick, Janis has been posting to programming groups here since 2000
    and still does not have a clue about how to write code.

    I suggest you give up now.

  5. Re: filters in the WHERE clause

    Captain Paralytic:

    >On 30 June, 12:31, "Erick T. Barkhuis"
    >wrote:
    >> JRough:
    >>
    >> >Okay, I think I have the issue pinpointed.

    >>
    >> Oh dear. I doubt it.
    >> It's not easy to find a starting point on this, because there are
    >>so many issues in your code.

    >
    >Erick, Janis has been posting to programming groups here since 2000
    >and still does not have a clue about how to write code.
    >
    >I suggest you give up now.


    Thanks for the information, CP. But if you don't mind, I would like to
    offer her a chance to get things going, anyway. After all, she went
    through the trouble to describe a problem to the best of her
    capabilities in this newsgroup.

    As soon as I feel that she doesn't give it a try hard enough, I will
    give up. But has that point been reached in this thread, yet?


    --
    Erick

  6. Re: filters in the WHERE clause

    On 30 June, 14:18, "Erick T. Barkhuis"
    wrote:
    > Captain Paralytic:
    >
    > >On 30 June, 12:31, "Erick T. Barkhuis"
    > >wrote:
    > >> JRough:

    >
    > >> >Okay, I think I have the issue pinpointed.

    >
    > >> Oh dear. I doubt it.
    > >> It's not easy to find a starting point on this, because there are
    > >>so *many issues in your code.

    >
    > >Erick, Janis has been posting to programming groups here since 2000
    > >and still does not have a clue about how to write code.

    >
    > >I suggest you give up now.

    >
    > Thanks for the information, CP. But if you don't mind, I would like to
    > offer her a chance to get things going, anyway. After all, she went
    > through the trouble to describe a problem to the best of her
    > capabilities in this newsgroup.

    And here you have got to the crux of the problem. The best of her
    capabilities is way behind my 12 year old daughter's.

    Another point you might notice is that her question is absolutely
    blatantly obviously a php question, but her understanding is so low
    that she asks it in a MySQL newsgroup.

    > As soon as I feel that she doesn't give it a try hard enough, I will
    > give up.

    I'm not saying that she doesn't try. Just that her attempts at trying
    have about as much effect as me trying to lift a bus with my bare
    hands. Try as I might I will never be able to manage it. Likewise, try
    as she might, it is pretty obvious by now that JRough will never
    master basic programming.

    > But has that point been reached in this thread, yet?

    Ahh you think that magically, after 10 years, in this thread she'll
    suddenly grasp what it is all about! I admire your optimism, but I
    can't see it happening.

    Good luck trying.

  7. Re: filters in the WHERE clause

    Captain Paralytic:

    >On 30 June, 14:18, "Erick T. Barkhuis"
    >wrote:


    [...snip valid points against replying...]

    Points taken, CP. I'll keep them in mind. But...

    > Another point you might notice is that her question is
    > absolutely blatantly obviously a php question, but her
    > understanding is so low that she asks it in a MySQL newsgroup.


    True. But traffic in this group isn't that high, and her question is
    not that far off a MySql-topic.
    We also have questions about network issues and general data modeling
    issues in this group, which strictly aren't on-topic either. Yet, we
    tend to discuss them as long as we don't end up talking about Scrabble,
    Espresso, Politics or Motorbikes.


    >> But has that point been reached in this thread, yet?


    >Ahh you think that magically, after 10 years, in this thread she'll
    >suddenly grasp what it is all about! I admire your optimism, but I
    >can't see it happening.


    :-)
    One chance a thread, CP.
    Unless such poster turns out to be a troll.


    --
    Erick

  8. Re: filters in the WHERE clause

    Erick T. Barkhuis wrote:
    > Captain Paralytic:
    >
    >> On 30 June, 12:31, "Erick T. Barkhuis"
    >> wrote:
    >>> JRough:
    >>>
    >>>> Okay, I think I have the issue pinpointed.
    >>> Oh dear. I doubt it.
    >>> It's not easy to find a starting point on this, because there are
    >>> so many issues in your code.

    >> Erick, Janis has been posting to programming groups here since 2000
    >> and still does not have a clue about how to write code.
    >>
    >> I suggest you give up now.

    >
    > Thanks for the information, CP. But if you don't mind, I would like to
    > offer her a chance to get things going, anyway. After all, she went
    > through the trouble to describe a problem to the best of her
    > capabilities in this newsgroup.
    >
    > As soon as I feel that she doesn't give it a try hard enough, I will
    > give up. But has that point been reached in this thread, yet?
    >
    >


    Erick, it's not that she doesn't try. She really does. But she pretty
    obviously has about as much talent for programming as I do for
    drawing/painting - I can't draw a stick figure properly.

    Like most things, programming requires a certain amount of talent. Some
    people have it, and some don't. For those who don't, you can try as
    hard as you can to help them. And they can do their best to get it.
    But it just doesn't sink in.

    --
    ==================
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklexatattglobaldotnet
    ==================

  9. Re: filters in the WHERE clause

    Jerry Stuckle:


    >Like most things, programming requires a certain amount of talent.
    >Some people have it, and some don't. For those who don't, you can
    >try as hard as you can to help them. And they can do their best to
    >get it. But it just doesn't sink in.


    You probably know those soccer-, football or basketball teams of kids
    at age 13, that consist of boys who were sent by their parents. They
    are supposed to "do something for their health", so they play in the
    lowest level recreational team that is available in the region.
    They practice, they work out, they can still hardly kick or throw a
    ball and they are happy at halftime, when they can sit down and look
    back at their accomplishments (down 14-0, but what the heck).

    Wouldn't you, as a parent, be glad that there are always one or two
    coaches who are willing to help the untalented at what they are trying
    to do?

    As long as untalented kids are serious and try hard, I'll be happy to
    be the coach. As soon as such kid doesn't show interest, I'll suggest
    he'd better pick up another craft.



    --
    Erick

    "Every man who is high up likes to think he has done it all himself,
    and the wife smiles and lets it go at that." - J.M. Barrie

  10. Re: filters in the WHERE clause

    Erick T. Barkhuis wrote:
    > Jerry Stuckle:
    >
    >
    >> Like most things, programming requires a certain amount of talent.
    >> Some people have it, and some don't. For those who don't, you can
    >> try as hard as you can to help them. And they can do their best to
    >> get it. But it just doesn't sink in.

    >
    > You probably know those soccer-, football or basketball teams of kids
    > at age 13, that consist of boys who were sent by their parents. They
    > are supposed to "do something for their health", so they play in the
    > lowest level recreational team that is available in the region.
    > They practice, they work out, they can still hardly kick or throw a
    > ball and they are happy at halftime, when they can sit down and look
    > back at their accomplishments (down 14-0, but what the heck).
    >
    > Wouldn't you, as a parent, be glad that there are always one or two
    > coaches who are willing to help the untalented at what they are trying
    > to do?
    >
    > As long as untalented kids are serious and try hard, I'll be happy to
    > be the coach. As soon as such kid doesn't show interest, I'll suggest
    > he'd better pick up another craft.
    >
    >
    >


    That is a completely different situation, and unrelated to what we're
    discussing, Erick.


    --
    ==================
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklexatattglobaldotnet
    ==================

+ Reply to Thread
Page 2 of 4 FirstFirst 1 2 3 4 LastLast