Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Microbe

  1. Microbe

    filtering database with text values

    Darryn is right, but perhaps to emphasise his point about field types the example should have been Dbase_field = 12345 << without the quotes or Dbase_field = 'abcd' Steve http://www.ColdCallComedy.com - I have fun with telemarketers
  2. Microbe

    filtering database with text values

    The question doesn't really make sense. Explain exactly what you are trying to do. Steve http://www.ColdCallComedy.com - I have fun with telemarketers
  3. Microbe

    Make DW search .class files

    Hey folks, DW seems to limit its search to...well, I don't really know what the limit is, but it doesn't search every file in a site. e.g. .class files Anyone know how to enable or extend this behaviour so it will? Haven't been able to find anything on web. Thanks in advance Steve...
  4. Microbe

    Set *nix envirnment variable? Is it possible?

    if that is the case, I'll set a session variable. Thanks for that. Steve http://www.ColdCallComedy.com - I have fun with telemarketers
  5. Microbe

    Set *nix envirnment variable? Is it possible?

    Yes, I do now, but didn't then. :) Steve http://www.ColdCallComedy.com - I have fun with telemarketers
  6. Microbe

    Set *nix envirnment variable? Is it possible?

    It is a server environment variable. I am going to do it via an AJAX call I think. Steve http://www.ColdCallComedy.com - I have fun with telemarketers
  7. Microbe

    Set *nix envirnment variable? Is it possible?

    Doh...of course, this won't be possible will it? JS being client side....sigh... Steve http://www.ColdCallComedy.com - I have fun with telemarketers
  8. Microbe

    Set *nix envirnment variable? Is it possible?

    Hey folks, I can set an environment variable with PHP by doming something like putenv("my_var=something") ; Is there anyway to do the same thing with Javascript? or an anternative? Thanks in advance Steve http://www.ColdCallComedy.com - I have fun with telemarketers
  9. Microbe

    avg() returns odd result

    Hah! The whole table, not the limit. Thanks for that. Is that in the manual? Who RTFM anyway :o) Steve http://www.ColdCallComedy.com - I have fun with telemarketers
  10. Microbe

    avg() returns odd result

    Hey folks, I have never used avg() before and am puzzled by the result I am getting. SQL code SELECT * FROM s12345 ORDER BY id DESC LIMIT 5 plus php code do{ echo $row_trend["id"] . " = " . $row_trend["height"]. "<br>"; }while($row_trend = mysql_fetch_assoc($trend)); gives me the...
  11. Microbe

    fscokopen() timing out

    Thanks, it actually ended up being a firewall problem. Steve http://www.ColdCallComedy.com - I have fun with telemarketers
  12. Microbe

    fsockopen timing out

    [cross post from server 2008 forum] Hey folks, In what is a bit of an embarrassment a website client and the developer never discussed the server type so a big PHP site was built on linux but then ended up having to be deployed on MS Server 2008...sigh... My part almost works, the only problem...
  13. Microbe

    fscokopen() timing out

    Hey folks, In what is a bit of an embarrassment a website client and the developer never discussed the server type so a big PHP site was built on linux but then ended up having to be deployed on MS Server 2008...sigh... My part almost works, the only problem I am having is with fsockopen for...
  14. Microbe

    Shopping Cart Script

    Given how specialised this is I reckon you are likely going to have to create this from scratch (or get someone to do it for you), but it wouldn't be a huge job. Steve http://www.ColdCallComedy.com - I have fun with telemarketers
  15. Microbe

    using querystring with require()

    Thanks for the suggestions. fopen isn't available on the server. Also the server doesn't allow using a link to http:// But I can't believe I didn't think of the obvious method of a global variable. Appreciate your help Steve http://www.ColdCallComedy.com - I have fun with telemarketers

Part and Inventory Search

Back
Top