php-windows Digest 3 Oct 2003 06:36:29 -0000 Issue 1938
Topics (messages 21650 through 21656):
Re: PHP and XML
21650 by: Harpreet
custom library
21651 by: Mike Corredera
PHP script handling chunk transfer
21652 by: Lin Shen
Re: PHP and Windows .NET Server 2003
21653 by: Joseph Tate
21654 by: Joseph Tate
Getting PHP to work under IIS 6.0
21655 by: Joseph Tate
php_tidy.dll ?
21656 by: Ignatius Reilly
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Any help on this is appreciated
----- Original Message -----
From: "Harpreet" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 02, 2003 12:56 AM
Subject: PHP and XML
> Dear friends,
>
> I have never done this before but i have to do the below sometime soon.
> I have an xml file that needs to be edited using php via the web.We want
to
> edit its attributes and then save the updated xml file to a database
field.
>
> Is this possible please put me on the right track.
>
> I am so new to this i am looking on the internet to find something useful.
> Please help if you know whwere i can get soemthing or if ne of u have done
> similar xml file editing using php.
>
> Thanks,
> Harpreet Kaur
>
>
--- End Message ---
--- Begin Message ---
I am trying to create a library in Delphi 6 for IIS/PHP, does anyone know
where I can find documentation about this ?
--- End Message ---
--- Begin Message ---
Hi,
Where can I find some php scripts that handle chuck transfer to IIS
server?
Thanks
lin
--- End Message ---
--- Begin Message ---
Nick H. - Network Operations wrote:
I replied to one of these a long while back. The URL for the information
has changed. Here's a complete KB style how-to on installing php under IIS
6.0:
http://dedntfaq.hostingsupport.com/iis6_php_install.txt
Sorry for digging up an old thread, but I'm trying to use the isapi
module under iis 6.0 on Win2k3. It's working, except for shell_exec
functions. Does the following script work for you?
<?PHP
print_r(shell_exec('dir'));
?>
No, I don't have safe mode turned on.
Joseph
--- End Message ---
--- Begin Message ---
Nick H. - Network Operations wrote:
I replied to one of these a long while back. The URL for the information
has changed. Here's a complete KB style how-to on installing php under IIS
6.0:
http://dedntfaq.hostingsupport.com/iis6_php_install.txt
Sorry for digging up an old thread, but I'm trying to use the isapi
module under iis 6.0 on Win2k3. It's working, except for shell_exec
functions. Does the following script work for you?
<?PHP
print_r(shell_exec('dir'));
?>
No, I don't have safe mode turned on.
Joseph
--- End Message ---
--- Begin Message ---
Has anyone been able to get PHP working fully under IIS 6.0? If so, try
the following script:
<?PHP
print_r(shell_exec('dir'));
?>
I get "Warning: shell_exec() [function.shell-exec]: Unable to execute"
whenever I try this or any other shell_exec or back tick (`) shell function.
I've tried running in IIS 5.0 isolation mode, and setting all kinds of
execution permissions to no avail.
Joseph
P.S. Sorry for the cross post. Just want to get it in front of as many
eyeballs as possible.
--- End Message ---
--- Begin Message ---
Hello,
I am trying to use the Tidy extension found on Frank Kromann's site
http://kromann.info/pecl.php (php_tidy.dll, libtidy.dll), but it does not
work ("Can not load the specified module")
Has anyone got it to work under PHP 4.3.3?
Thanks
Ignatius
_________________________
--- End Message ---