PgSQL and integration between 2 PHP programs and a Java program

Поиск
Список
Период
Сортировка
От Servers24 Network
Тема PgSQL and integration between 2 PHP programs and a Java program
Дата
Msg-id 7b872b430611090218k55fc4cf3kf1fc83f0dccdebf2@mail.gmail.com
обсуждение исходный текст
Ответы Re: PgSQL and integration between 2 PHP programs and a Java program
Список pgsql-php
Hi,
 
I'm a newby so please bare with me :
 
I want to integrate 2 PHP scripts and a Java program that all have the capability of using PgSQL as their databases.
The point is that all the programs have their own DB and table structure.
What I want to do is to have a single DB for all of them and have them authenticate the users somehow that a registered user in PHP script can login to Java program too!
suppose that PHP1 scripts have a table called members with 2 fields "username" and "password". PHP2 has its own table called logins and have 2 fields "login_name" & "login_password". and my Java program have a table called profiles with "plogin" and "ppass". suppose that the password field in all the programs are MD5. Now I want to integrate them. I have read some PgSQL help books and it seems that there are many options that PgSQL offers for this, like inheritance, views and join. but I don't know exactly what to do. Can anyone help please?


--

Warm Regards,
Amir

В списке pgsql-php по дате отправления:

Предыдущее
От: Petr Kobelka
Дата:
Сообщение: unsubscribe
Следующее
От: Xin Chen
Дата:
Сообщение: make pg_connect() connect to another unix domain socket