Forum Moderators: open

Message Too Old, No Replies

Search string problem

trying to query two communities in a database

         

tonynoriega

8:39 pm on Aug 23, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



(i think this belongs here in this forum section.)

i am trying to search for 2 different communities to return the results from my database, and can not get it to work...

community is the column name.

with this search string.... what am i missing?

href="http://www.testdomain.com/index.php?action=searchresults&community[]=sonata%20hills&community[]=covesonata"

physics

5:16 am on Aug 24, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think the answer to your question is specific to what exactly is inside that index.php code. You are passing in values which end up in a SQL query at some point (I'm guessing) but exactly what that query looks like depends on how your PHP programmer (or the ones who wrote this open source app?) coded it.