Page 1 of 1

Re: GET and query string

Posted: Sat Dec 27, 2008 3:05 pm
by cptnwinky
That depends, whats the error you are getting? Also, is your query string surrounded by double quotes?

edit:
Infact it would be better if we saw more of your code, not just the query.

Re: GET and query string

Posted: Sat Dec 27, 2008 10:08 pm
by califdon
calenb wrote:

Code: Select all

SELECT *
FROM country_list
WHERE CountryID = $row_RsPDetails['CountryID']
 
i want this query to GET the queried product's CountryID
what am i doing wrong?
I don't understand your question. "GET" has a special meaning in PHP, is that what you are referring to? As the previous poster suggested, show us some of your actual PHP code, not just a query.