Thanks David for to read my msg and for reply it.
I try to follow your code below but I have any result.
The script can executed but I have any result. Word pgm do not start.
It is possible that I have same configuration bad?
It is possible that the word.exe do not execute from script because
php-windows Digest 19 Sep 2002 04:33:12 - Issue 1346
Topics (messages 15886 through 15899):
Re: error from PHP...any ideas?
15886 by: Brian 'Bex' Huff
Re: Calling DLL from PHP
15887 by: Brian 'Bex' Huff
Re: redirection help
15888 by: Brian 'Bex' Huff
Re: SESSIONS-
how do i upload pics to the postgres database?
i really don't know how...
i'm using the html http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello everyone,
I am using PHP with Windows XP. I am trying to have a ".exe" program (written and
compiled in C) launched by my PHP script, using either system(), passthru()... That
works great ... as long as I only have one request at a time. When I have two (or more
request) at the same tim
Hi Lanham
Use addslashes() if gpc magic quotes is off.
Cheers
Rich
-Original Message-
From: Lanham Rattan [mailto:[EMAIL PROTECTED]]
Sent: 18 September 2002 14:40
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Inserting text with single quotes into database
I am trying to insert text into a
I use addslashes() frequently, although urlencode works too. I find
addslashes to be cleaner.
-Dash
-Original Message-
From: Lanham Rattan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 2:40 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Inserting text with single quotes in
I am trying to insert text into a text database field that contains single
quotes. What it the best method?
I am currently doing a URLENCODE($text) upon insertion, then
STRIPSLASHES(URLDECODE($text)) to view.
Lanham.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
Assuming the CGI version loads php.ini on each request
(http://www.php.net/manual/en/configuration.php), it would be possible to
locate varied php.ini files in the folder with each mapped application
(php.exe). But I have no idea how simultaneous requests are handled.
Give it a shot. Just try
Hi
Is it possible to have different php.ini on IIS ?
Let's say that I have 10 differebt sites running on IIS, can i then specify
a php.ini for each site, anf if yes, how ?
Thanks in advance
Steen
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsu
I tried upgrading to 4.2.3 using the PHP 4.2.3 Installer. I got numerous
errors when booting windows about not being able to find this or that. I
replaced php4ts.dll with original and I do not get the errors but my PHP
pages no longer work. I get the error
CGI Error
The specified CGI applicatio
That's what I was thinking. Do you have a few machines you could try it
with? You could also try something like that using a bunch of VMWare (or
similar virtual machine) systems...
-Dash
-Original Message-
From: Matt Babineau [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 200
Matt Babineau wrote:
>What if I made a network share and all the sessions were stored in a
>shared space?
>
>
In that case you are making the whole cluster in the health of the
network file system (ie... the file system + the network sharing
system)... but that wouldn't work, because if the u
What if I made a network share and all the sessions were stored in a
shared space?
Matt Babineau
MCWD / CCFD
-
e: [EMAIL PROTECTED]
p: 603.943.4237
w: http://www.criticalcode.com
PO BOX 601
Manchester, NH 03105
-Original Message-
From: Luis Ferro
There is another option... set 'output_buffering' to some number of
bytes (around 4000 is probably ok) in your php.ini file.
This will buffer the page in PHP before being sent to the client, so
things like cookies and headers can be set early-ish in the page, and
dont absolutely have to go on
If your program is called "myprogram.exe", and it has a command-line
interface that you've tested and works, then you could do this:
1) put "myprogram.exe" in your system path (typically c:\winnt\system32
or something similar)
2) call it from your php code with either exec(), system(), or pas
Haven't seen that one... I have seen similar access violations in the
same environment, however:
php4ts!zend_strndup + 0x2B + 0xA05CB1AD
Which is really really odd, since the C code for that function is pretty
dang innocent looking... Ive been trying to get a stack trace on this
one for a fe
php-windows Digest 18 Sep 2002 12:39:45 - Issue 1345
Topics (messages 15868 through 15885):
Re: MSSQL Date Format Problem
15868 by: Tracker1
Re: PHP and Java
15869 by: Ernani Joppert Pontes Martins
Re: troublesome exec
15870 by: Ernani Joppert Pontes Martins
Re: r
I was wondering if anyone knows of any sample scripts that utilize PHP's
support for LDAP. Specifically I'm going to be attempting to utilize
LDAP to access contact information from the Microsoft Exchange server.
It looks like LDAP is just the ticket for this. I was hoping to have a
few sample
I've PHP 4.2.x running as ISAPI in a W2K Server/IIS 5 box...
How to i setup SSL so i can receive HTTPS connections and install a
certificate in the site to supply the SSL the required certificate?
What i need to do is receive a HTTPS POST to a script that i supply the
name and make HTTPS POST
I run same configuration, but only HTTP.
Same problems ... Run as CGI, everything will be fine.
Juraj
>-Original Message-
>From: Matt Babineau [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, September 17, 2002 8:39 PM
>To: [EMAIL PROTECTED]
>Subject: error from PHP...any ideas?
>
>
You have two solutions (IMHO):
a) Database storage
Replacement of the session_init and session_save/register functions
with others that will save/load the sessions from a database storage.
Pros: easy to implement
Cons: dependency of the database storage reliability, scalability
pr
21 matches
Mail list logo