chris->[PHP] 3 mins of your time please...logic problem

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Re: chris->Re: [PHP] 3 mins of your time please...logic problem

    --- Ryan A <ryan@coinpass.com> wrote:
    > WHERE?? Can you point me to them?
    I had a tough time myself. I just went to this page:

    [url]http://www.captcha.net/cgi-bin/ez-gimpy[/url]

    And, when I view source, I see the following in an HTML comment:

    The following versions are available for download:
    <a href="/ez-gimpy_install.tar">EZ-Gimpy</a>,
    <a href="/gimpy_install.tar">Gimpy</a>.

    So, I tried this URL:

    [url]http://www.captcha.net/ez-gimpy_install.tar[/url]

    And, it works. Hope that helps.

    Chris

    =====
    Become a better Web developer with the HTTP Developer's Handbook
    [url]http://httphandbook.org/[/url]
    Chris Shiflett Guest

  2. Similar Questions and Discussions

    1. CMS logic problem
      Hi All Yet again, I know this is a try it yourself, but I just want to get your feedback/comments on this. I'm creating a CMS that will allow...
    2. Thanks to Chris and Holly
      Just a note of thanks for sharing your knowledge. I've disabled the ASPNET account for the moment and am trying to figure out when IIS got put on...
    3. [PHP] 3 mins of your time please...logic problem
      You might try to perform bother queries first then check then by If ($result1 || $result2) { echo "You have already voted"; } else { ... } ...
    4. 3 mins of your time please...logic problem
      Hi all, Am having a bit of a problem understanding this, can anybody tell me where i'm going wrong please? Basically trying to limit the "vote"...
    5. To Chris Cox about tranparency
      Chris,you know about transparency all! Pleas tell me,how i can delete (change to the transparent pixels) all black-gray-white (R=G=B).And how i can...
  3. #2

    Default Re: [PHP] Re: chris->Re: [PHP] 3 mins of your time please...logic problem

    --- Chris Shiflett <shiflett@php.net> wrote:
    > I had a tough time myself. I just went to this page:
    >
    > [url]http://www.captcha.net/cgi-bin/ez-gimpy[/url]
    I meant to say that this page has the HTML comment:

    [url]http://www.captcha.net/captchas/gimpy/[/url]

    Chris

    =====
    Become a better Web developer with the HTTP Developer's Handbook
    [url]http://httphandbook.org/[/url]
    Chris Shiflett Guest

  4. #3

    Default Re: [PHP] Re: chris->Re: [PHP] 3 mins of your time please...logic problem

    Hey,
    Thanks dude, have downloaded both will see if i understand them now :-D

    cheers,
    -Ryan


    We will slaughter you all! - The Iraqi (Dis)information ministers site
    [url]http://MrSahaf.com[/url]


    ----- Original Message -----
    From: "Chris Shiflett" <shiflett@php.net>
    To: "Ryan A" <ryan@coinpass.com>; <php-general@lists.php.net>
    Sent: Thursday, September 25, 2003 2:00 AM
    Subject: [PHP] Re: chris->Re: [PHP] 3 mins of your time please...logic
    problem

    > --- Ryan A <ryan@coinpass.com> wrote:
    > > WHERE?? Can you point me to them?
    >
    > I had a tough time myself. I just went to this page:
    >
    > http://www.captcha.net/cgi-bin/ez-gimpy
    >
    > And, when I view source, I see the following in an HTML comment:
    >
    > The following versions are available for download:
    > <a href="/ez-gimpy_install.tar">EZ-Gimpy</a>,
    > <a href="/gimpy_install.tar">Gimpy</a>.
    >
    > So, I tried this URL:
    >
    > http://www.captcha.net/ez-gimpy_install.tar
    >
    > And, it works. Hope that helps.
    >
    > Chris
    >
    > =====
    > Become a better Web developer with the HTTP Developer's Handbook
    > http://httphandbook.org/
    >
    > --
    > PHP General Mailing List (http://www.php.net/)
    > To unsubscribe, visit: http://www.php.net/unsub.php
    >
    >
    >
    Ryan A Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139