Is this the stone age old postgres DBMS or are
we talking about the more recent postgresSQL?
-Original Message-
From: Sara Rubis
To: [EMAIL PROTECTED]
Sent: 2004-04-10 20:05
Subject: [PHP-WIN] [POSTGRES] reading blob
Hello,
I need a source function example for extracting a blob field from
Meanwhile I got the hint, that the IIS does not accept mounted drive
letters. The path to the other machine (\\server\path1..) must be used
instead. I didn't test it so far.
> Actually it is a security issue, too. You have to be an authetified user
> (and not this anonymous one: IUSR_) to have acc
I have gotten this to work by supplying a full server path, ie
//server-name/path/
Mapped drives do not translate well.
You also have to give the account the server is running under access to the
server.
Dewey Williams
-Original Message-
From: M.Staiger [mailto:[EMAIL PROTECTED]
Sent:
"M.Staiger" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Meanwhile I got the hint, that the IIS does not accept mounted drive
> letters. The path to the other machine (\\server\path1..) must be used
> instead. I didn't test it so far.
Of course IIS does accept mapped drive
Eugen wrote on 11/04/04 16:35:
Hi all,
When you parse a file using the command "php.exe -f c:\myfile.php >
c:\myfile.htm" , what command is required to set a variable. Example:
In IE addressbar, when i type(doesn't matter what server i use) :
http://localhost/myfile.php?thevariable=anyvariable, t
Just installed PHP on a brand new W2k3 Server, and it works flawlessly, but
all the scripts are EXTREMELY slow.
Migrating the site from a Win2000 box, and everything was perfect, so I
don't believe it's the code.
Anyone else run into this?
--
AtaxiA
--
PHP Windows Mailing List (http://www.php
Hi, can anyone walk me through arrays please.
I am new to PHP and arrays appear to come in many forms and I need help getting arrays
working properly.
Anything will be a great help, thanks,
Dan
I have set up a site using PHP that works fine when using apache. Under
IIS, I get to the initial logon page, but after clicking anything I get the
HTTP 405 - Resource not allowed error. If I go to the site by typing the
URL with the default file name (index.php) attached to the end, then
everyth
I am currently working on an application that needs to break out invoice
totals by age. This is a sample line item:
2/7/2004... $456.89
Current Total : Over 30 Days : Over 60 Days : Over 90 days
How can I determine the number of days from the current date? I should be
able to handle th
php-windows Digest 12 Apr 2004 19:02:02 - Issue 2206
Topics (messages 23418 through 23426):
Re: [POSTGRES] reading blob
23418 by: Svensson, B.A.T. (HKG)
Re: accessing files from mapped drive from another server
23419 by: M.Staiger
23420 by: Williams, Dewey
23
The function I like using is strtotime. You should be able to do
something like
strtotime("now") - strtotime("2/7/2004")
Or I think there is a date difference function. Though that might be
strtotime("now - 2/7/2004")
Charles Killmer
-Original Message-
From: [EMAIL PROTECTED]
[mailto:
well someone is confused ;) , PHP_OS is a PHP constant , simply
Simon Wheeler
firepages
"Luis Moreira" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> David Scott wrote:
>
> > In the PHP on Windows chapter of Programming PHP, there is mention of
> > a constant, PHP_OS, that can
I have set up a site using PHP that works fine when using apache. Under IIS, I get to
the initial logon page, but after clicking anything I get the HTTP 405 - Resource not
allowed error. If I go to the site by typing the URL with the default file name
(index.php) attached to the end, then ever
Just put index.php into the list of "standard documents" beside default.htm,
default.asp and so on.
"DUSTIN RICH" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> I have set up a site using PHP that works fine when using apache. Under
> IIS, I get to the initial logon page, but
http://www.php.net/manual/en/ref.array.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
15 matches
Mail list logo