I use binary from www.php4win.de with Apache/W2K for testing codes under my PC.
Since php_pgsql.dll does not have pg_cmdtuples(), PostgreSQL/Windows combination
is not suitable for not only production use but also testing.
Did anyone compile php_pgsql.dll with pg_cmdtuples()?
If there is pg_cmdtuples(), it would be really nice.
--
Yasuo Ohgaki
""Jerome O Macaranas"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> using PHP 4.0 under Win2K IIS 5.0
>
> got this error
> -> Fatal error: Call to undefined function: pg_connect() in
C:\Inetpub\PHPwwwroot\index.php on line 17
>
> is there something i have to load...... why undefined function?
>
> code:
>
> $dbname = pg_connect ("host=computer.test.com port=5432 dbname=test user=user
password=password");
> echo ("DATABASE NAME = $dbname");
> pg_close ("$dbname");
>
>
> thanks in advance
>
> __________________________________
> www.edsamail.com
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP-DB] Connecting to a remote postgres database Jerome O Macaranas
- Re: [PHP-DB] Connecting to a remote postgres datab... Yasuo Ohgaki
- [PHP-DB] Connecting to a remote postgres database Jerome O Macaranas
- Re: [PHP-DB] Connecting to a remote postgres datab... Rasmus Lerdorf
- Yasuo Ohgaki