Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Pro PHP
|
Pro PHP Advanced PHP coding discussions. Beginning-level questions will be redirected to the Beginning PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 27th, 2004, 04:40 AM
Registered User
 
Join Date: Jul 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Running application at IIS

Here is the quest: How should I use PHP in order to use an application on the server? E.g. - I don't have some program on my local pc and I want to pass some variables to the server's application to process them. Sure - I would like the result too.

Could the common programs (Excel) be accessed via PHP?

 
Old July 27th, 2004, 05:54 AM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

I'm not sure that I understand the question completely. PHP can be used to access and generate MS Office documents like Excel and Word. As with anything, there is more than one approach.

.NET or COM would be a likely starting place for building your own solution, .NET objects are available in PHP too, and there are a variety of ways of accessing .NET from PHP, though it does require PHP to be installed along side of the .NET SDK on a Windows machine.

This being a topic far beyond the limits of the P2P forums, here is a place to start:
http://www.php.net/manual/en/ref.com.php
http://www.php.net/manual/en/ref.dotnet.php

This documents some of the Microsoft specific functionality of PHP, if this is too broad you can also do a Google search for some basic tutorials or prebuilt solutions that may or may not require PHP to be installed on a Windows operating system...

http://www.google.com/search?q=Gener...l+Document+PHP

or

http://www.google.com/search?q=Acces...l+Document+PHP

HTH!

Regards,
Rich

::::::::::::::::::::::::::::::::::::::::::
The Spicy Peanut Project
http://www.spicypeanut.net
::::::::::::::::::::::::::::::::::::::::::





Similar Threads
Thread Thread Starter Forum Replies Last Post
problem running page with IIS sajid0405103 ASP.NET 2.0 Basics 1 July 20th, 2008 04:05 AM
Problem while running IIS 6 with Oracle 9i Hidayatullakhan Oracle ASP 0 September 16th, 2007 04:43 AM
Problems installing and running IIS Ads Dreamweaver (all versions) 5 January 4th, 2006 11:04 AM
Authentication fails unless app is running on IIS tobriant BOOK: ASP.NET Website Programming Problem-Design-Solution 1 December 14th, 2004 10:20 PM
Running application at IIS marjanm Beginning PHP 1 July 26th, 2004 12:56 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.