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...
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?
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.