RE: [PHP-WIN] Import filters

2001-07-23 Thread alain samoun
http://www.phpbuilder.com/columns/alain20001003.php3 For Excel: http://phpclasses.upperdesign.com/browse.html?package=86 -Original Message- From: Ziggi [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 3:11 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Import filters Hello ! I just w

php-windows Digest 23 Jul 2001 22:30:18 -0000 Issue 665

2001-07-23 Thread php-windows-digest-help
php-windows Digest 23 Jul 2001 22:30:18 - Issue 665 Topics (messages 8447 through 8468): how to show picture with php? 8447 by: Luká¹ Noskieviè 8450 by: Mike Flynn Re: Printing text on a printer in PHP4 Using PRINTER function 8448 by: Mike Flynn Re: Import filters

[PHP-WIN] Re: HTTP_SERVER_VARS["DOCUMENT_ROOT"] on IIS Windows 2000

2001-07-23 Thread Stephen
James, Thank you. This is precisely what I wanted to know and how to get around this. The define() idea is pretty ingenious. =) Thanks, Stephen - Original Message - From: <[EMAIL PROTECTED]> To: "'Stephen'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 10:37

[PHP-WIN] Re: HTTP_SERVER_VARS["DOCUMENT_ROOT"] on IIS Windows 2000

2001-07-23 Thread sysadmin
You do not have access to that information when running in CGI mode. It's a bitch, but your options are limited: 1. if you're only running one domain with PHP, set the document_root variable in php.ini 2. define(DOCUMENT_ROOT, "d:\inetpub\wwwroot\domain1") in each page, or an include 3. the

RE: [PHP-WIN] Import filters

2001-07-23 Thread Michael Rudel
Hi Ziggi, hi Mike, ... you could use COM to open the file on the server and then 'save as' as html (word and excel can do this). Retrieve the html file and put it back to the browser. Sorry, no code snipplets, I haven't worked with COM, yet, but I think this should work. Any other - or opposite

Re: [PHP-WIN] how to show picture with php?

2001-07-23 Thread Mike Flynn
Are they on the web server, i/e under the web root? If so, just show them as you would ANY picture in HTML. $picture = '/path/to/picture/picture1.jpg'; $width = 100; $height = 50; echo "\n"; If they aren't then you will have to either move them to a folder under the web root, or do one of two

Re: [PHP-WIN] Import filters

2001-07-23 Thread Mike Flynn
Hey Ziggi, I asked this question a while back and the general consensus seemed to be that there were no existing filters/modules to deal with Word/Excel documents. Someone mentioned being able to open those programs on the server side and doing stuff, but I don't think that would be of much u

Re: [PHP-WIN] Printing text on a printer in PHP4 Using PRINTER function

2001-07-23 Thread Mike Flynn
PHP is a server-side language. Thus, it cannot do anything on the client-side. The printer functions are for the printers connected to the web server with PHP. -Mike -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-WIN] how to show picture with php?

2001-07-23 Thread Luká¹ Noskieviè
I have some pictures and i cannot find the way how to show them. I know the name and location of the picture (d:\pictures\picture1.jpg, picture2.jpg, ...) I want to show just one picture which name i send through web form. Can somebody help me? -- PHP Windows Mailing List (http://www.php.net/)

php-windows Digest 23 Jul 2001 10:13:52 -0000 Issue 664

2001-07-23 Thread php-windows-digest-help
php-windows Digest 23 Jul 2001 10:13:52 - Issue 664 Topics (messages 8433 through 8446): IMAP/POP3 Administration API? 8433 by: Christopher Cheng 8434 by: Dave Mertens 8435 by: Christopher Cheng 8436 by: Dave Mertens Re: IIS situation - php as an ISAPI

[PHP-WIN] Import filters

2001-07-23 Thread Ziggi
Hello ! I just want to know is are ther any import filters interfacing between PHP and Word / Excel files, so that the content of these documents could be outputed to HTML ? I mean my customer wants to write new text in Word and he wants this text to be presented on their webpage. The text can be