Searching both a MySQL DB and a site at once

From: Tencip (tencip_at_yahoo.com)
Date: 10/26/04

  • Next message: Ralph Krausse: "XSLT on PHP 4.3.4"
    Date: 26 Oct 2004 08:14:31 -0700
    
    

    Hi all,

    We have a Web site that is a hybrid of database fed and static
    information. So we have both HTML pages and MySQL data-driven pages
    using PHP.

    We've built a small script to pull data from the database to get a
    search result for the database pages, but we're trying to tie in all
    the static pages in a search as well.

    So, our best result would be a search engine for our site that hit the
    db tables we told it to, as well as search all the plain HTML pages.
    Is this possible?


  • Next message: Ralph Krausse: "XSLT on PHP 4.3.4"

    Relevant Pages

    • Re: FOSS Web Dev. w/o Dreamweaver
      ... > * This article will not suggest a replacement WYSIWYG HTML editor ... > I had developed a rather large Web site (no, not this site, this ... Began using PHP includes to replace DW templates and libraries. ... > I primarily do all of my work in Kate (or occasionally Vim, ...
      (Fedora)
    • Re: following radio & hidden does not work..... help please.
      ... So you query the database for records and present the concatenated fname and lname for the user to choose from. ... This works the same with a radio button or a select statement. ... This is a HTML or PHP question! ...
      (alt.html)
    • Re: Indent HTML portions question
      ... > the portion of the HTML where I jump out of php mode and back in again. ... // Connect to the database. ... errorMessage("One or more required fields were left blank. ...
      (comp.lang.php)
    • Re: Why not generate static pages instead of dynamic?
      ... html pages out there now, ... But querying a database, ... is fetched through AJAX or a 'more-dynamic' page (php ... dynamic/user-interaction page or not, and on that basis will serve the html ...
      (comp.lang.php)
    • Re: following radio & hidden does not work..... help please.
      ... Using a HTML radio button form as previously stated returns all the data as requested. ... The problem seems to be HOW does one get more than one database variable to be to the PHP action program. ... The objective of the form is to use either a or a radio button form so a user can select a person from the database. ...
      (alt.html)