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.
GET and query string
Moderator: General Moderators
Re: GET and query string
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.calenb wrote:i want this query to GET the queried product's CountryIDCode: Select all
SELECT * FROM country_list WHERE CountryID = $row_RsPDetails['CountryID']
what am i doing wrong?