Hi,
Anybody knows how to put a no activity timeout in sessions?
Regards, | Linux
Urmil Parikh | It is now safe to turn on your computer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To cont
php-windows Digest 13 Mar 2001 05:18:15 - Issue 488
Topics (messages 5969 through 5982):
Re: Poor PHP performane on Apache on Win 2000 Server
5969 by: Robin Bolton
Can't connect to Oracle
5970 by: Herbert Groot Jebbink
Re: PDF + WIN32
5971 by: Alain Samoun
PHP on
Hi,
I tried with various types including application/octet-stream, but it did not
help.
It seems that IE takes file name from the link (whatever follows after the last
'/' in the link). That is, if my link is 'download.php?path=/abc&file=xyz.txt',
IE prompts for file 'abc&file=xyz.txt' but if I
Have u tried apache.org?
Ignatius
> -Original Message-
> From: Matt Williams [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 13 March 2001 04:52
> To: PHP_UK@egroups.; Php-Windows@Lists. Php.
> Subject: [PHP-WIN] Apache Modules
>
>
> Hi
>
> Does anyone know where I can get pr
Ben,
You should be able to do a normal == comparison or a strcmp(). But that's not really
what you're after is it?
Have a look at PHPLIB (phplib.netuse.de), in particular, the crypto_secure
authentication stuff. I think you'll find what you're looking for.
Ignatius
> -Original Me
Hi.
I had the same problem. All the settings were right but the mail() function still
didn't worked. Finally I used a SMTP server on my machine. If the SMTP server is on
the same machine as the web server (apache in my case) the mail() function works fine.
If somebody has another solution f
You should really stay away from PWS, it uses a lot of system resources and
it's really hard to get out of your memory and startup process. You should
use apache instead. If you download a package from download.com called PHP
Triad then you should have everything you need. It sets everything up fo
thanks!
""Phillip Bow"" <[EMAIL PROTECTED]> escribió en el mensaje
98j3gp$rsl$[EMAIL PROTECTED]">news:98j3gp$rsl$[EMAIL PROTECTED]...
> Yes.
> --
> phill
>
> ""Dream"" <[EMAIL PROTECTED]> wrote in message
> 98ib6n$622$[EMAIL PROTECTED]">news:98ib6n$622$[EMAIL PROTECTED]...
> > thanks
> >
> > Thi
Yes.
--
phill
""Dream"" <[EMAIL PROTECTED]> wrote in message
98ib6n$622$[EMAIL PROTECTED]">news:98ib6n$622$[EMAIL PROTECTED]...
> thanks
>
> This is for sure the user information (i.e. people visiting my site) not
> mine, right?
>
> marc
>
> ""Michael Rudel"" <[EMAIL PROTECTED]> escribió en el me
PHP 4 doesn't seem to work correctly with UNC paths
(\\Servername\ShareName). To help debug, configure IIS to "check if file
exists" for .php (or whatever extension you use). I have gotten around this
by mapping the share to a drive letter. PHP 4 works correctly with virtual
directories that are a
Depending on your distribution, they may be called something else, e.g.:
mod_rewrite.so
Almost ALL files under modules/ in your installation directory ARE
modules...
HTH,
Fernando Madruga
-Original Message-
From: Matt Williams [mailto:[EMAIL PROTECTED]]
Sent: segunda-feira, 12 de Març
Hi
Does anyone know where I can get pre-compiled Apache modules for win32?
I've looking in the modules dir with the distro but there's no dll's.
I'm particularly after mod_rewrite
TIA
M@
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
I need PHP to run a script in a directory located on a computer different
from the web server where PHP is. I added the remote directory as a virtual
directory in IIS. I can only see this:
"CGI Error
the CGI application misbehaved by returning an incomplete set of HTTP
headers: the headers it sent
You should probably do an installation with www.php4win.de ,then all the
extensions modules that you need can be instantiated in the php.ini file.
Alain
On Mon, Mar 12, 2001 at 09:23:13AM +, Ben Cairns wrote:
> Has anybody had any luck creating a PDF on a Win32 machine using php.
>
> Here
Hi,
I can't connect from a win95/Apache setup to a Oracle database
- The PHP version is 4.04pl1 (Nusphere)
- The location for tnsnames.ora is c:\orawin95\network\admin\tnsnames.ora
- De Oracle version is 7.3.4.0.0
- De SQL*NET client version is 2.3.4.0.0
- Using the SQL PLUS 3.3 client on this m
Are you running Netscape? If so then I've found a quirk where Netscape
would freeze for a stupid amount of time if the 'ServerName' directive in
my Apache.conf was set to anything other than 'localhost', even though I
originally had it set to my actual server name.
This didn't affect IE at all, s
php-windows Digest 12 Mar 2001 15:42:49 - Issue 487
Topics (messages 5946 through 5968):
Re: Benchmark humor
5946 by: Ignatius Teo
Re: CVS for win
5947 by: Ignatius Teo
Re: Newbie: Help on mySQL !!!
5948 by: Ralph Alberti
File download
5949 by: Urmil Parik
Mark Tipton wrote:
> Any ideas on what could be causing such
> poor performance?
>
Microsoft!
>
> --
> 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
I have a Win 2000 Web server with Apache that works just fine. However
whenever a PHP page is requested you must wait about 5 seconds for the page
to be displayed, even if there are no actual PHP commands in the page
itself. I have IIS and ASP running on the same server with an instantaneous
res
Thank you very much!
Mike
"Mikey" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This URL give you a list of all Excel methods & properties, if you show
the
> Table of Contents, it gives you listings for all of the Office apps:
>
>
http://msdn.microsoft.com/l
Hi,
I believe your problem is related to the fact that you use
"unknown" in your content-type header. This forces IE to search for an
application to open the file of "unknown" type. Have you tried any other
content-types?
For more info on content-types, see the HTTP1.1 RFC:
http://w
This URL give you a list of all Excel methods & properties, if you show the
Table of Contents, it gives you listings for all of the Office apps:
http://msdn.microsoft.com/library/officedev/off2000/xltocobjectmodelapplication.htm
Mikey
>= Original Message From "MD" <[EMAIL PROTECTED]> =
I'd suggest starting by rechecking all of your settings and instead of
variables in your mail () line, put real values.
This can help you eliminate some of the possibilities of what could be
wrong.
John
-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://ww
Dear Friends,
I have tried to be as specific I could according to the little knowledge I
have in PHP, I have some problem to completing the task, I have read as much
I could about that and having the same problem Adrian Gould have, to the
exception that Apache run. Please find below all I have pr
Dear Friends,
I have tried to be as specific I could according to the little knowledge I
have in PHP, I have some problem to completing the task, I have read as much
I could about that and having the same problem Adrian Gould have, to the
exception that Apache run. Please find below all I have pr
I have a string that I want to MD5 (No prizes for guessing its a password),
what I want to do is MD5 two strings (one supplied by the user, and one by my
server) and compare them. How can I do this?
-- Ben Cairns - Head Of Technical Operations
intasept.COM
Tel: 01332 365333
Fax: 01332 346010
E
Dear Friends,
I have tried to be as specific I could according to the little knowledge I
have in PHP, I have some problem to completing the task, I have read as much
I could about that and having the same problem Adrian Gould have, to the
exception that Apache run. Please find below all I have pr
thanks
This is for sure the user information (i.e. people visiting my site) not
mine, right?
marc
""Michael Rudel"" <[EMAIL PROTECTED]> escribió en el mensaje
001901c0aae6$33cac2a0$[EMAIL PROTECTED]">news:001901c0aae6$33cac2a0$[EMAIL PROTECTED]...
> echo "Remote IP: ".$REMOTE_ADDR."\n";
> echo
\n";
echo "Browser: ".$HTTP_USER_AGENT."\n";
?>
If you want to get more EnvVars, RTFM or use
the phpinfo() -function.
Greetinx,
Mike
-Original Message-
From: Dream [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 12:01 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Grab and print
> Hi!
>
> I need just a little script so I can get and print in browser the
currently
> users IP address and if possible, browser type, etc.
>
> Thanks a lot!
>
> marc
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
Does anyone have some info on accessing other COM objects with php? I've
tried Word and that worked pretty good, although I would also like to know
more about how to format the text being sent to word and how to format
tables and such(can it also read-in text?). I am sure that there are plenty
of
Depends which versionof PHP your ISP is running. Prior to v4.x, MySQL module
was not included in the standard compilations but had to be deliberately put
in. Easiest way to check is to run a script containing phpinfo() on your
hosting site.
Tom
Mark Taylor wrote:
> hi all,
>
> I've been testing
I just put the .dll and .ini files in the winnt directory, and renamed the
windows directory to be sure that it wasn't used (I'll delete it once I'm
sure it isn't used).
I was then able to use get and post methods (the site I'm working on uses
one of these methods for the session identifier and t
Has anybody had any luck creating a PDF on a Win32 machine using php.
Here is my config:
Windows NT Server 4
Apache 1.3.9
PHP 4.0.4pl1
I have a PDFLib, dont know if its the right one, or if its installed
correctly. Could someone please send me the correct lib and install
instructions.
Thanks
I'm learning XML-XSL, and i try it with Sablotron
on WinNT + IIS + PHP404pl1 ('sablot.dll' and 'php_sablot.dll').
Xml + Xsl -> Html : the engine works correctly!
But my browser has a rarely behavior!
When i reload a page that uses the Sablotron functions, my browser receive
the html page co
Thanks that did the trick.
What I needed was to strip maybe the first paragraph
of a article. The code you gave me would just strip
one line of code. But it gave me the pointer I needed
to find the final answer. I modified your code with
other code I found in the manual and came up with the
sol
Hi,
I'm using following code to download a file. IE5 shows the Open/Save dialogue,
if I select 'Save", it works. But if I select "Open", it again shows the same
dialog with the name of my .php file. Now if I say open, it opens a blank file.
Can anybody help me?
header("Content-type: unkn
37 matches
Mail list logo