drisate Posted July 15, 2009 Share Posted July 15, 2009 Hey guys i am building a small search engin for my website. I need help in building the seach querry i have 2 tables. Categ: id name cronique Page: id image date I need to loop the pages where the id of the page is = to something in the cronique col of the table categ How the hell do i do that lol Quote Link to comment Share on other sites More sharing options...
ignace Posted July 15, 2009 Share Posted July 15, 2009 SELECT * FROM page, categ WHERE page.id = categ.cronique Quote Link to comment Share on other sites More sharing options...
drisate Posted July 15, 2009 Author Share Posted July 15, 2009 oooooo ... so simple >.< thx bro lol Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.