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 strongm 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: ochaos
  • Content: Threads
  • Order by date
  1. ochaos

    Assistance with speeding up a Query/Process

    Hi There, I have a website that has about 11,000 fantasy football teams in it and I need to hit each one, find out their highest scoring players at each position and save that in a field in the DB. Currently I have a query that grabs sorts all the players on the team by score DESC, then I read...
  2. ochaos

    Need some assistance cleaning up a query.

    Hello, Currently, I have a couple of queries that are taking a couple seconds to process and load the page and I was wondering if you could point me in the right direction to clean this up. I have two tables that are being accessed over 2 queries right now. This query grabs all the beer names...
  3. ochaos

    Looking for assistance displaying returned JSON array

    Hi there, I am making an ajax request to a PHP page and returning the results as a JSON array. Where I am having a hard time is grabbing the specific parts of the array to display on my page. I'm using Chrome's javascript console and logging to the console, so I can see the returned array...
  4. ochaos

    MySQL query help - tie in 3 tables data

    Hi there, I need some help seeing if I can clean up this query to be faster. Currently, it table about 6.5 seconds and if I can speed it up, I'd love that. 3 tables. Styles - This table is a list of styles and each of these styles needs to be listed on a page with some other data from the...
  5. ochaos

    MySQL Query to accomplish INTERSECT

    Hello, I am having a hard time getting anything to work with Inner Join for the results I am trying to achieve. I have one table (data) that has the following id user_id data 1 100 Test1 2 101 Test2 3 100 Test 3 4 121 Hi 5 101 Hello 6 357 Yo and another that...
  6. ochaos

    jquery function help - passing variables for textbox id?

    Hi there, I am new to jquery and trying to write one jquery function to do multiple things and either what I am trying to do isnt supported or I am doing it wrong, a little help would be awesome. Here is my function as is and working. Called by: $("#drop_player").click(onSelectRoster); function...

Part and Inventory Search

Back
Top