Re: PHP and PostgreSQL connection

From: seem(dot)iges(at)mail(dot)ee
To: Rafael Mora <moraloco(at)gmail(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: PHP and PostgreSQL connection
Date: 2006-01-11 13:41:23
Message-ID: 200601111541.23406.seem.iges@mail.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi,

make a simple text/php file e.g. info.php like this:

<?php
phpinfo();
?>

place the file into your document root dir set in apache httpd.conf.
Exec info.php in browser and you'll get a nice html table of
your php conf.

regards,
iges.

On Wednesday, 11. January 2006 15:17, you wrote:
> Javier where can I find phpinfo()?? sorry I'm new with this... thanx for
> your help
>
> Rafa

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Javier Carlos 2006-01-11 13:55:10 Re: PHP and PostgreSQL connection
Previous Message Rafael Mora 2006-01-11 13:17:23 Re: PHP and PostgreSQL connection