Hi Riddhi,

>     About the intelligent search capabilities reqd by the project, does
> Postgres etc handle such stuff , or does the +ACI-intelligence+ACI- have to be
> explicitly coded ? I ask this because

Yes. The SQL will have the tables in the database which will have the
relevant fields having the data. You can write an html form and use the
form data to query the database. Say the form variable is 'item' then in
PHP this would be :

<?php

$query = "SELECT Author FROM Books WHERE Author = " . $item;
$result = pg_exec($db,$query);

/* more code here */

?>

-- 
Arup Bhanja,
Calcutta,INDIA.

Get Your FREE Report It! Newsletter. Send email to [EMAIL PROTECTED]
with "subscribe Report It!" in subject or click here
mailto:[EMAIL PROTECTED]?subject=subscribe-Report-It!



--
To unsubscribe, send mail to [EMAIL PROTECTED] with the body
"unsubscribe ilug-cal" and an empty subject line.
FAQ: http://www.ilug-cal.org/faq/listfaq.html

Reply via email to