Dear All,
        I recently downloaded the DGS search, which has the great features. Now
I would like to modify the script a bit.
Requirement:
        I wanted to search different tables for the entered keywords. If find
the file name and id will be different for each so, I wanted to get the
id of that particular row and the type and show that as a link.

Example:
        I have two tables. 1) Countries 2) Credits.
Countries table have the following fields: overview, description
Credits table have the following fields: overview, description

IF the given word matches the word in Countris.overview and
Credits.description then it should display
http://localhost/overview.php?CountryId=1 and
http://localhost/description.php?CountryId=10&CreditId=3 Please suggest
me where I can modify the script to get the script working for me.


-- 
Thanks in Advance
Praveen Kumar
SoftPro Systems Ltd

-----------------------SOFTPRO DISCLAIMER------------------------------

Information contained in this E-MAIL and any attachments are
confidential being  proprietary to SOFTPRO SYSTEMS  is 'privileged'
and 'confidential'.

If you are not an intended or authorised recipient of this E-MAIL or
have received it in error, You are notified that any use, copying or
dissemination  of the information contained in this E-MAIL in any
manner whatsoever is strictly prohibited. Please delete it immediately
and notify the sender by E-MAIL.

In such a case reading, reproducing, printing or further dissemination
of this E-MAIL is strictly prohibited and may be unlawful.

SOFTPRO SYSYTEMS does not REPRESENT or WARRANT that an attachment
hereto is free from computer viruses or other defects. 

The opinions expressed in this E-MAIL and any ATTACHEMENTS may be
those of the author and are not necessarily those of SOFTPRO SYSTEMS.
------------------------------------------------------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to