Re: [PHP-WIN] php postgres module for windows 2000

2001-04-24 Thread Yoann Chevalier
In php.ini you just have to uncomment the line ;extension=php_pgsql.dll -> extension=php_pgsql.dll You will maybe have to configure extension_dir to something like this : extension_dir = "c:\php4\extensions\" I don't think the postgresql binaries for win32 exists. But if it does, I'm interest

Re: [PHP-WIN] COM error

2001-03-14 Thread Yoann Chevalier
There is no "syntax error" it works for me. $word = new COM("word.application") or die("Unable to instantiate Word"); It's maybe a "configuration error". I have PHP 4.0.5-dev, Apache 1.3.17 and Windows 98 SE Yoann - Original Message - From: "Patrice Mora" <[EMAIL PROTECTED]> To: <[EM

Re: [PHP-WIN] Graphics version of PHP4 for Windows?

2001-02-20 Thread Yoann Chevalier
Take a look at this site : www.php4win.de Yoann. - Original Message - From: "Bill Maki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Subject: [PHP-WIN] Graphics version of PHP4 for Windows? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

Re: [PHP-WIN] PHP4 and MS Access

2001-02-20 Thread Yoann Chevalier
If you really need the WHERE clause you have to use a request with an UPDATE. Something like this : $result = odbc_exec($connect, "UPDATE content SET ingress='$tblIngress', text='$tblText' WHERE id = 1"); Yoann. - Original Message - From: "Glenn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

Re: [PHP-WIN] Apache, PHP on win 98

2001-02-19 Thread Yoann Chevalier
Here is the content of the install.txt include in the php4 distribution. You have to follows what they say and it works fine. Apache: 1. Stop the Apache Webserver. Edit the httpd.conf and put in these lines, modified to your environment: 2. Unzip the Package to c:\php, now move php4ts.dll to the

Re: [PHP-WIN] PHP4 Session Management ... BIG TROUBLE

2001-02-15 Thread Yoann Chevalier
In the file php.ini, you have to set the variable "session.use_cookies" to 0. It's work for me on W98 SE, Apache 1.3.14r2 and 1.3.17, PHP 4.0.4pl1 installed as a module or a CGI. Yoan Chevalier - Original Message - From: "Andreas Lange" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: T

Re: [PHP-WIN] Help!!

2001-02-06 Thread Yoann Chevalier
This is an example for Word !! http://www.phpbuilder.com/columns/alain20001003.php3?page=2 Yoann. - Original Message - From: ¦¶µØ¼ý <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 2:15 PM Subject: [PHP-WIN] Help!! Hi!It's nice to meet you.I have a problem o

Re: [PHP-WIN] COM and PHP

2001-02-06 Thread Yoann Chevalier
Look at this example : http://www.phpbuilder.com/columns/alain20001003.php3?page=3 I think you forgot to activate the workbook, then to select the sheet and then to activate the sheet before writing into the cell ! Yoann. - Original Message - From: Conover, Ryan <[EMAIL PROTECTED]> To:

Re: [PHP-WIN] How to buid PHP4

2001-02-02 Thread Yoann Chevalier
I found this file : http://www.php.net/extra/win32build.zip at this adress : http://www.php.net/FAQ.php#3 I hope it can help you Yoann. - Original Message - From: Nobuhide Tsuda <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 02, 2001 10:11 AM Subject: [PHP-WIN] How

Re: [PHP-WIN] Text Area

2001-02-02 Thread Yoann Chevalier
Try this : Yoann. - Original Message - From: Mangiola Nunzio Datavia <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 29, 2001 11:08 AM Subject: [PHP-WIN] Text Area > Hi > > I'm trying to or half succeeded in creating > a guestbook on my intranet site. > > Now my

Re: [PHP-WIN] php install bundles and tutorials

2001-01-31 Thread Yoann Chevalier
There is another good tutorial for beginners at this adress. It's PHP4 for Windows and Unix http://hotwired.lycos.com/webmonkey/00/44/index4a.html?tw=programming Yoann. - Original Message - From: Paul Trapnell <[EMAIL PROTECTED]> To: php <[EMAIL PROTECTED]> Sent: Wednesday, January 31,