On Tue, 16 Apr 2002 09:26:35 -0500, you wrote:
>It may be the ADO connection with Access. I am not sure. DB_adodb is a DB
>class I am writing for the Pear_DB abstraction layer.
>
>I am attaching it to this email so everyone can look at it. At this point it is
>kind of a hack. There is no capa
On Wed, 24 Apr 2002 03:22:38 +0800, you wrote:
Glad to hear that. I thought it was something stupid that I was doing.
Alan
>I am having problems too.
>
>My ADOdb regression tests for msaccess/odbc and vfp/odbc fail every time.
>
>No data is being retrieved :-(
>
>Uggh.
>
>
>"Christoph Grottolo"
On Wed, 24 Apr 2002 17:28:32 -0400, you wrote:
>Thanks for the suggestion. I tried using SaveAs(...) in
>addition to Save(), to no avail. Excel still stays resident.
>
>This is my "end" sequence, when i'm all done processing
>the spreadsheet. Can anyone see any flaws or errors in
>what i'm doi
On Fri, 26 Apr 2002 16:35:30 -0400, you wrote:
>Has anyone done this?
>I just tried installing apache 2.0 (latest on their site) and the latest php as a
>module for apache (not cgi), and found it doesnt seem to work.
>
>When apache starts, it says module not found.
>
>I know php is installed rig
On Thu, 2 May 2002 09:59:21 +1000, you wrote:
>
>"Alan Popow" <[EMAIL PROTECTED]> wrote in message
>>On Fri, 26 Apr 2002 16:35:30 -0400, you wrote:
>
>>>Has anyone done this?
>>>I just tried installing apache 2.0 (latest on their site) and the
On Sun, 19 May 2002 20:57:11 +0200, you wrote:
>LoadModule php4_module "c:/program files/other
>applications/internet/php/sapi/php4apache.dll"
Don't use sapi/php4apache.dll
use experimental/apache2filter.dll instead
Alan
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visi
On Sun, 9 Jun 2002 12:51:17 -0400, you wrote:
Mine:
LoadModule php4_module c:/devel/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php .phtml .php3
Alan
>Does anyone know what directives to put in the httpd.conf file so that you can run
>PHP. The LoadModule appears to no longer w
On Fri, 11 May 2001 17:42:55 +0100, you wrote:
There was an earlier thread back when 4.0.5 was first introduced. It appears
that COM is broken in 4.0.5
I don't know if it will help, but check out http://php.weblogs.com/adodb
There is a library called "ADODB Library for PHP4" written by John Lim
On Sun, 13 May 2001 02:03:45 +0200, you wrote:
I haven't tried running easywindows installer, so I'm just winging it here
ignoring whatever the installer might be changing from defaults (though I
doubt it changes the httpd.conf file defaults).
Remember that apache thinks by default that the docu
On Sun, 13 May 2001 20:02:11 -0500, you wrote:
>I followed the install directions for php4 exactly but a simple phpinfo page
>wouldn't work. So I extracted all the files to c:\php instead and changed
>the paths accordingly, then it worked. So I started to change all the
>directory references ba
g, but the
>brouser stays waiting.
>Thank you for your kindness, but i still need help for solving this problem.
>Thank you in advance.
>
>
>Alan Popow wrote:
>
>> On Sun, 13 May 2001 02:03:45 +0200, you wrote:
>>
>> I haven't tried running easywindows in
thing other than bring up the right server.
I wish I'd discovered this mailing list a bit sooner myself.
Alan
>Alan Popow wrote:
>
>> On Sun, 13 May 2001 22:54:42 +0200, you wrote:
>>
>> I assume you set up an alias (scriptalias probably) in your httpd.conf file.
>
On Mon, 14 May 2001 18:30:48 -0400, you wrote:
A *.ini file is just a common garden variety text file. Read it however you
read any other text file.
Alan
>How can I read the contents of an *.ini file?
>Is there an example kicking around that I did not see?
>
>Thanks,
>
>John
>
>--
>John Taylor-
On Tue, 15 May 2001 02:05:48 +0200, you wrote:
As far as I can figure it, LoadModule loads the dll right up front when
apache gets loaded, so that it is already resident in memory whenever it's
needed. Scriptalias tells apache to run the exe when it gets a script to
process, and not before.
You
red information.
Alan
>There is no procedure in place, no one has created a module to ... to read ...
>say ...
>
>[StoreData]
>Name=Ben Hurr
>
>Not that I'm going to go Perling just for this, but ...
>
>??
>John
>
>Alan Popow a écrit :
>
>> On Mon, 14
break;
}
else// not found yet so continue
$eleval = next($this->linearray);
}
}
}
}
}
?>
==
>Thanks,
>
>John
>
>Alan Popow wrote:
>
>> O
On Wed, 16 May 2001 18:20:09 -0400, you wrote:
>my one book tells me to save a php file I have created to "document root
>directory for your web server" as generic filename.php
>
>I cannot figure out where that file should go so I may call it with IE
>browser
If you installed apache to it's def
On Thu, 17 May 2001 11:30:59 -0500, you wrote:
On second thought (see my previous note), how exactly are you typing your
include() in code? I realized after posting previously, that include()
automatically traverses the path(s) set by the include_path variable, so as
long as that is set up proper
On Sun, 1 Jul 2001 20:23:40 +0100 (MET DST), you wrote:
>I'd like to know what is the problem: I can't run php on Explorer, the apache's error
>log file says "[Sun Jul 01 00:25:20 2001] [error] [client 127.0.0.1] couldn't spawn
>child process: c:/program files/apache group/apache/cgi-bin/probap
On Sun, 8 Jul 2001 13:37:12 +0100, you wrote:
David, change your action application line to "/php/php.exe"
AFAIK, since you aliased /php/ as "c:/php/", your action line gets
translated wrong by apache. In other words, I;m pretty sure that your
"c:/php/php.exe" gets transformed internally to "c:c
On Sun, 08 Jul 2001 21:11:19 -0400, you wrote:
>On Sun, 8 Jul 2001 13:37:12 +0100, you wrote:
Sorry about that, I was looking at the wrong line. This was intended for
Michael, not David.
Alan
>David, change your action application line to "/php/php.exe"
>
>AFAIK, since you aliased /php/ as "c:
21 matches
Mail list logo