Hi,
i have a form with one dropdownlist with dynamic generated text and entry_id, iam sending the selected dropdownlist value to onether search form.in the search form how to write the query module syntax, which will retrive the values according to the selected dropdown list entry_id.
iam writting the query like this but giving error.
{exp:query sql="SELECT * FROM exp_weblog_data WHERE entry_id '$_POST["dropdownname"]'"}
Can anyone help me how to search the records according to the dropdownlist value.
Thanks.