[PHP] Password authentication failed with pg_connect (apache2 / win32 / php4.3.1)

2003-03-27 Thread Richard Hollis
Im running apache2, php4.3.1 on win32 and everything is dandy apart from the fact that pg_connect won't connect to a server which requires encrypted passwords. I get: Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: FATAL 1: Password authentication failed for u

[PHP] Re: Using php to verify fields in form...

2001-10-29 Thread Richard Hollis
form passes to your php file your php file checks the variables with the same name of that of the form fields. you can then test htey have all been set accordingly e.g. $FieldName etc. "Jason" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am new to php

[PHP] Re: session start error

2001-10-29 Thread Richard Hollis
try: session_register("tb"); $tb = new tabela("tb_area_interesse", "Área de Interesse"); then after using sesion_start() in the next script $tb should contain your object. Richard "Cdré «góvîj érg" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > I u

[PHP] Re: how to pass true/false or "no argument"

2001-10-29 Thread Richard Hollis
yeah, but i wanted to know the answer... so it wasn't a total waste of time :) "John A. Grant" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > "John A. Grant" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > [...] > > Ho

[PHP] is there a way of using fnctl locks from php?

2001-10-29 Thread Richard Hollis
flock does not work because works differently. is there a way to access fnctl locking directly from php? -- PHP General 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: