Re: PHP and PostgreSQL connection

From: "Javier Carlos" <nediam(at)nediam(dot)com(dot)mx>
To: Rafael Mora <moraloco(at)gmail(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: PHP and PostgreSQL connection
Date: 2006-01-11 13:55:10
Message-ID: 20060111134720.M83293@nediam.com.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Create a new file with the following line:

<?php echo phpinfo(); ?>

and save as for example "hello.php" (it could be any name).

Then in your browser check it:

http://yourhost/path/to/hello.php

More information about this function: http://www.php.net/phpinfo

Regards,

Javier

PD. After you finish using this file hello.php, I recommend you to delete this file or change its permissions, or move it to another directory that it's not browsable by web.

On Wed, 11 Jan 2006 09:17:23 -0400, Rafael Mora wrote
> Javier where can I find phpinfo()?? sorry I'm new with this... thanx for your help
>  
> Rafa

--
nediam.com.mx


In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Rafael Mora 2006-01-11 14:14:22 Re: PHP and PostgreSQL connection
Previous Message seem.iges 2006-01-11 13:41:23 Re: PHP and PostgreSQL connection