Multiple Table Selection

From: arun kv <arun(at)library(dot)iisc(dot)ernet(dot)in>
To: PGSQL <pgsql-php(at)postgresql(dot)org>
Subject: Multiple Table Selection
Date: 2002-06-10 07:26:20
Message-ID: Pine.BSO.4.44.0206101247300.17659-100000@library.iisc.ernet.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

hello sir,
I am having a postgresql database and using php to access the
same. i have three tables and my program has to search for the data
entered thru my php page in all these tables.

i have to enter either of name,age or company of a person and have to
search for either of these in all the three tables and display results.for
1 table its working fine but for 3 tables it gives me error: Unable to
jump to row 0 of postgresql result index 3 on *.php file. how can i
override this warning. i have to search all the tables if i enter 1 or 2
or all three values. how can i do the same.

can somebody help me in this problem.
Thanks in advance
With Regards
Arun

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Andrew McMillan 2002-06-10 09:25:56 Re: Multiple Table Selection
Previous Message hodges 2002-06-09 18:06:40 Re: Designing a Web Interface