GET and query string

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cptnwinky
Forum Commoner
Posts: 84
Joined: Sat Dec 27, 2008 10:58 am
Location: Williamstown, MA

Re: GET and query string

Post 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.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: GET and query string

Post 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.
Post Reply