sifar wrote:[color=blue]
> let me explain in a better way.
>
> I have 2 Local Windows PC's connected thru LAN card. One has PHP
> installed, no Servers, no MS Excel. Have a simple webform which i fill
> with Data.
>
> The other PC has MS Excel installed, no Servers, no PHP installed.
>
> I want to fill the webform & send the data using Outlook Express or Ms
> Outlook or any other means or Transfer it to Excel sheet on other PC or
> create a new Excel sheet on other PC using PHP coding.
>
> Please HELP!
>
> Warm Regards,
>
> Eijaz
>[/color]
Hmmm, how do you fill out the web form without IIS or Apache for a web server?
You need something to display the forms.
Once you have the form filled out, there are a couple of ways you could do this.
For instance, you could install ArGoSoft Mail Server, an inexpensive sendmail
replacement. Although I've never done it, you may be able to run Exim, a free,
full MTA (Mail Transport Agent) like sendmail. But the latter is probably
overkill - it does a lot and is hard for the newbie to configure.
Alternatively, you could request the information through your browser. For
instance, you could create a temporary file and dynamically link to that file.
That would allow the user to download the file.
And as others have said, it will probably be easier to generate a CSV file with
the data and import it into Excel than to create a native Excel file.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================