diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-01-31 02:43:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-01-31 02:43:11 +0000 |
commit | 2149b54f1c64fe824e724a77656f1a0f0ad234af (patch) | |
tree | c21f27523771fd7c17a9e99adeb40860ecebc63a | |
parent | cd63e08f86b7cb93283d01ac52d0bc08ba844da3 (diff) | |
download | postgresql-2149b54f1c64fe824e724a77656f1a0f0ad234af.tar.gz postgresql-2149b54f1c64fe824e724a77656f1a0f0ad234af.zip |
Update PHP mention.
-rw-r--r-- | doc/FAQ | 8 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ.html | 9 |
2 files changed, 9 insertions, 8 deletions
@@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Sun Jan 30 21:39:39 EST 2005 + Last updated: Sun Jan 30 21:42:21 EST 2005 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -316,10 +316,10 @@ A nice introduction to Database-backed Web pages can be seen at: http://www.webreview.com - For Web integration, PHP is an excellent interface. It is at - http://www.php.net. + For Web integration, PHP (http://www.php.net) is an excellent + interface. - For complex cases, many use the Perl interface and CGI.pm or mod_perl. + For complex cases, many use the Perl and CGI.pm or mod_perl. 2.3) Does PostgreSQL have a graphical user interface? diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index b4f5aef45aa..d2b9b210488 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Sun Jan 30 21:39:39 EST 2005</P> + <P>Last updated: Sun Jan 30 21:42:21 EST 2005</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>) @@ -412,10 +412,11 @@ <P>A nice introduction to Database-backed Web pages can be seen at: <A href="http://www.webreview.com">http://www.webreview.com</A></P> - <P>For Web integration, PHP is an excellent interface. It is at <A - href="http://www.php.net">http://www.php.net</A>.</P> + <P>For Web integration, PHP (<A + href="http://www.php.net">http://www.php.net</A>) is an excellent + interface.</P> - <P>For complex cases, many use the Perl interface and CGI.pm or mod_perl.</P> + <P>For complex cases, many use the Perl and CGI.pm or mod_perl.</P> <H4><A name="2.3">2.3</A>) Does PostgreSQL have a graphical user interface?</H4> |