hi frnds,
i am doing a project related to food items..
here i took different categories like restaurants,pubs,foodfestivals,hangouts...
and also i took diffrent tables for each category in database..
each table having area,rname...now i need to search what ever user typed in textbox(area,rname) from database.
plz give any suggestions asap..
Recommended Answers
Jump to PostThis is only from the top of my head but if what you place in those 2 fields (area, rname) need to match percisely what are in those 2 columns within the mysql database then you could use something along the following:
<? //mysql connections if (isset($_POST['area']) …
All 3 Replies
cwarn23
387
Occupation: Genius
Team Colleague
Featured Poster
sikka_varun
0
Junior Poster in Training
Bachu
45
Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, learning, and sharing knowledge.