Ask about general coding issues or problems here.
Moderators: macek, egami, gesf
by abhicse079 » Fri Oct 05, 2012 11:17 pm
I want to make One search box . through which i can search different fields like.
i want to search like ... Software Developer + delhi ..gives the result that position is software developer and location is delhi ..
i want to do in one search box.. please help ..
it's urgent ..
Thanks
Abhishek Ranjan
-
abhicse079
- New php-forum User

-
- Posts: 1
- Joined: Fri Oct 05, 2012 11:00 pm
by seandisanti » Mon Oct 08, 2012 3:05 pm
here you go. all that's left is writing the code to parse the request, query the database and return the results.
- Code: Select all
<html>
<body>
<form action="whatever.php" method="post">
<input type="text" id="querystring" />
<input type="submit" name="submit" value="" />
</form>
</body>
</html>
-
seandisanti
- php-forum Fan User

-
- Posts: 679
- Joined: Mon Oct 01, 2012 12:32 pm
Return to PHP coding => General
Who is online
Users browsing this forum: Google [Bot] and 2 guests