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 TouchToneTommy 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: *

  1. miahmiah900

    curl_exec() failure - cURL help anyone?

    I have not been able to get a cURL request to work in PHP. Is there anyone that can suggest a solution for me? Everytime I use curl_exec() in PHP to do anything, it works and works for a long time and never produces a result. I would ask as I have tried many things and cannot find a way to fix...
  2. miahmiah900

    is there an automatic-global setting?

    i want to change a list of variables passed to a function through an array that holds their names - do i have to somehow declare all of these variables global, or is there a simple "make everything global in this function" setting?
  3. miahmiah900

    flexible database design and complex queries

    hello... i wondering how to design a database that needs to be flexible. it is not a simple case of "i know the fields that will be needed, lets make columns for them", but rather there may be 0 or many different columns in a given table... what i want to know is the best way to design...
  4. miahmiah900

    Using "AND" with "IN" - is this possible?

    This is, I think, a strange question. I have solved the problem using a different method, but I would like to know if anyone has any input on the following: I am performing a SELECT similar to the following: SELECT inventory_id FROM tbl_option_key WHERE data_id IN (3,7) What this gives me is...

Part and Inventory Search

Back
Top