PHP text Search as in this forum

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Limno
    New Member
    • Apr 2008
    • 92

    PHP text Search as in this forum

    How can i code this search textbox.

    Code:
    <form name="searchForm" method="post" action="">
    				<input type="text" name="keyword" />
    				<input type="submit" name="submit" value="Search">
    </form>
    If search text found mean, it should redirect my page to another page and found data must be listed their....

    Thanks in Advance
    Last edited by Dormilich; Jan 2 '10, 12:49 PM. Reason: Please use [code] tags when posting code
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    that depends on where you search (DB, file, SOAP, etc.).

    Comment

    Working...