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!

Search results for query: *

  • Users: jdhilljr
  • Content: Threads
  • Order by date
  1. jdhilljr

    Coldfusion mysql question

    I am having either an interesting problem or a brain fart. Not sure which. Is there any reason this query would return different from the coldfusion server than from the actual mysql? This is part of my query: <cfquery name="get_team" datasource="bluesky"> SELECT * FROM locations LEFT JOIN...
  2. jdhilljr

    Problem with cfquery

    I am having an issue and I think it is the server but want to make sure. I have changed the coding so much to minimalize what could be causing the error hence the simplistic queries. The output is perfect at the end and I can paste it into the sql online and it works. Is there a way on a...
  3. jdhilljr

    Question on classes

    I am playing with classes but have an odd problem and wondering if anyone can tell me why this is happening. I have 4 classes they all work and give the right answer but only D and M echo the text the others only echo the answer. <?php class A { function data_insert($a,$b) {...
  4. jdhilljr

    Problem with like in php

    I seem to have an error but can't find it. I keep getting a mysql error. Here is the live site: http://familygonewild.com/ Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/content/d/o/l/dollgenie/html/00-fgw/index.php on line 69 I used an echo to...
  5. jdhilljr

    Whitepages free API Beta

    If anyone is interested White Pages has a free beta API at http://www.whitepages.com/landing/api Here's a quick code I use to grab the xml response. loXMLRequest = CreateObject("Msxml2.xmlhttp") loXMLRequest.open("GET","http://api.whitepages.com/find_person/1.0/?lastname=" + xfname + }"zip="...
  6. jdhilljr

    Winfax from VFP

    I am using VFP to automate faxing via Winfax. The problem I am having with this code is that 3 pages are being sent with each fax and all three are identical even though there should only be 2 different documents. There may be a default cover sheet explaining the third document but why would all...
  7. jdhilljr

    Gaobot.gen

    I have 2 computers running windows xp home infected with this worm. I have done all manual fixes according to Norton. 1, Disabled system restore 2, Made sure all windows xp home updates are current. 3, Made sure all Norton updates we're done. 4, Checked all hosts files for 127.0.0.1 localhosts...
  8. jdhilljr

    SYS(1037) Print Problem

    I work for a company using a program built by Visual Fox Pro 6.0 We are presently on a pier to pier network using an NT4 administrator. Operating systems for most computers are XP Home. I am maxed on the number of computers that can be attached to the main program which resides on a computer...

Part and Inventory Search

Back
Top