[PHP-WIN] [PHP-Win] Can't get connect to postgresql databases on Linux box

2001-08-10 Thread Jimmy Yiu
I installed Apache/1.3.19 (Win32) PHP/4.0.5 on my Win2000 pro box (Chinese). Also changed php.ini to enable php_pgsql.dll extension. While trying to connect to a postgre database on linux box using pg_connect(), I got this error message. Warning: Unable to connect to PostgreSQL server: pqReadData

[PHP-WIN] Re: IF ELSE problem on PHP4/WIN2K

2001-08-10 Thread Johannes Janson
Hi, [...] > BUT, if you leave either or both of the checkboxes empty (don't check them) > I get the following error: > > Warning: Undefined variable: CategoriesONE in > C:\inetpub\wwwroot\PrintUserForm.php on line 71 > Warning: Undefined variable: CategoriesTWO in > C:\inetpub\wwwroot\PrintUserFo

[PHP-WIN] Re: sessions

2001-08-10 Thread Johannes Janson
Hi, > What would be a good setting? Anything that can be read by windows and where you like it. since it is only for local testing it doesn't really matter. cheers Johannes -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[PHP-WIN] DCOM & php

2001-08-10 Thread Pjer
Hi. I have a DCOM server working just fine on one machine. On the other machine, I have IIS+PHP4.06 plus I have the server DCOM's typelib on the client. I have tested it through a delphi client program and it works nicely, but I cannot seem to get it working in PHP. I prefer the typelib-file solu

RE: [PHP-WIN] COM+ State and IIS Restart

2001-08-10 Thread Svensson, B.A.T.
>Please help because the server then goes into a nasty state after restarting >the service of giving access violation errors to browsers and all sorts of >other nasties! One might also consider this as a nice feature, helping to decrease the work load at the server. :) -- PHP Windows Mailing Li

Re: [PHP-WIN] COM+ State and IIS Restart

2001-08-10 Thread Leon
OK!!! Got FUCKED OFF with IIS5. Installed Apache and all my troubles have gone away. Next I'll replace term serv client with SSH :) Cheers Leon -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To con

[PHP-WIN] where can i get Flash support for PHP-Win?

2001-08-10 Thread elias
Hello. Where can i get the PHP/SWF (Shockwave Flash Files) extension? -- PHP Windows 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]

Re: [PHP-WIN] IF ELSE problem on PHP4/WIN2K

2001-08-10 Thread hassan el forkani
try this REGARDS At 06:44 10/08/01, Joseph Moore wrote: > if ( $CategoriesONE != "" ) > echo "ONE "; > if ( $CategoriesTWO != "" ) > echo "TWO "; >?> -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

[PHP-WIN] Upload Problem In IIS, PHP4 with MYSQL

2001-08-10 Thread birdto
When I try to upload the binary data into my MySQL database in IIS4, I found the upload time is very long even the file size is rather small. Even worse, those small file also can't upload to my server even wait for a long time. Does anyone know what's the problem on it? Configuration: Web Serve

[PHP-WIN] Activedirectory and ldap

2001-08-10 Thread Mikael hultgren
Has anyone managed to get ldap in php to talk to an Active directory for authentication of user logins. Right now i'm drawing a blank, so if anyone has an example on how they did it, please show it, i would be very grateful. micke <[EMAIL PROTECTED]> -- "Love is a snowmobile racing across the t

[PHP-WIN] Win32 building of wvHtml and wvWare

2001-08-10 Thread François PERROT
Hi everyone, Has anyone of you binaries of wvHtml and wvWare under win32 ? Or at least indications concerning compiling with cygwin ? Thanks Francois

Re: [PHP-WIN] IF ELSE problem on PHP4/WIN2K

2001-08-10 Thread Joseph Moore
Thank you! It works on both platforms (IIS and Apache)! Thanks for your help! I am grateful. Joseph Moore "Hassan El Forkani" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > try this > > if ( isset($CategoriesONE) and $CategoriesONE != "" ) > echo "ONE "; >