Search This! - Building the Search Page
(Page 4 of 6 )
Now that your site is being indexed regularly (you did put an entry for
rundig.sh in your crontab, right?), you can search the site.
Your search page is just going to be a simple HTML form:
<FORM METHOD="POST" ACTION="results.php3">
Search for: <INPUT TYPE="text" NAME="search" SIZE=30>
<INPUT TYPE="submit">
</FORM>
Next: Performing the Search >>
More PHP Articles
More By Colin Viebrock