Re: [PHP-WIN] Try to get php to fopen a Word document

2001-08-17 Thread Alain Samoun
If you want to read an M$ Word file, use the COM function, of course assuming that you are on a win32 server. Alain On Thu, Aug 16, 2001 at 08:14:29PM +0800, Jack wrote: > Dear all > I'm trying to get PHP to read the content which created by MS Word.But when > php runs, and it just return Nothing

Re: [PHP-WIN] opening pdf documents within php

2001-08-17 Thread Alain Samoun
It seems that you have two problems: If you want to have a regular HTML link to your pdf file, you need to write the link as: print "$pdf[$i]"; This should open Acrobat and download your pdf file if the browser has been configured for. Second, if you want PHP to download the file, you need to send

Re: [PHP-WIN] Network Documents

2001-08-17 Thread Christoph Grottolo
> Go into the Services :List > Double click on the World Wide Web Publishing Service > Click the "Log On" Tab > Click on the DOT for "This account." > clcik on Browse > Find a user id that has permissions to access the share. > Fill in the password for that user. > Hit OK and restart the service.

RE: [PHP-WIN] Image Functions

2001-08-17 Thread Angie Tollerson
Right Anders, you could simply set the access path in environmental variables for windows itself. But for newbies just installing the easiest thing to tell them is to put it either in system folder or php folder, php folder being the better choice. Angie Tollerson Alliance Technologies Web Pro

RE: [PHP-WIN] Image Functions

2001-08-17 Thread Svensson, B.A.T.
>The extension dll's do need to stay in the extension folder >with the right .ini line as you stated. I'm talking about the >system needed dll's that come in the DLL folder. Those are >From an functional point of view, it really doesn't matter were a DLL is located, as long as it located in

Re: [PHP-WIN] Image Functions

2001-08-17 Thread Angie Tollerson
No Al, that's a different set of dll's you're talking about. The extension dll's do need to stay in the extension folder with the right .ini line as you stated. I'm talking about the system needed dll's that come in the DLL folder. Those are the ones you are told to move around, but you shou

Re: [PHP-WIN] Image Functions

2001-08-17 Thread Al
I'd recommend you leave them in the "extension" directory, which is where the installer places them, and just indicate in your INI file where that directory is: extension_dir = "d:\php\extension\" That'll keep the \php directory uncluttered, and you'll know exactly where all your extension files

[PHP-WIN] Re: Retrieving "text" > 4K SQL Server 7.0

2001-08-17 Thread Al
Thanks!! -Al On Fri, 17 Aug 2001 14:17:28 +0800, [EMAIL PROTECTED] (Elman Cheng) wrote: >if you use the PHP MSSQL driver, >find a line in php.ini : > >mssql.textlimit >= 4096 >mssql.textsize >= 4096 > >and change there are value to you wanted. > >elman > >Al wrote: > >> Setup: PHP 4 and Apac

[PHP-WIN] php with ftp

2001-08-17 Thread Fai
Can we use PHP built-in ftp function to make the file downloadable (it means that people can click the download button and the browser will prompt up the download message box for downloading)? How? Thank you very much! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP-WIN] image with php

2001-08-17 Thread Fai
Does any body know how to make images in the webpage cannot be directly accessed by its complete link with PHP except storing them in the database (it means that people cannot use some software such as website extractor to get all the image from your site)? -- PHP Windows Mailing List (http://

Re: [PHP-WIN] spell checker

2001-08-17 Thread Angie Tollerson
Yep Debra, go to http://php.net/manual/en/ref.pspell.php and follow the functions there. Notice on that page it give you a link where you ned to go to get the tar, but us being windows people are out of luck. Either you can do the compiling yourself from the source, or maybe somebody here kno

[PHP-WIN] spell checker

2001-08-17 Thread samsom, debra
Does anyone know of a nice spell checker that will work well in my php programs? Debra Samsom Bristol Aerospace Ltd. (204) 775-8331 3402 [EMAIL PROTECTED]

[PHP-WIN] Re: [PHP] Re: [PHP-WIN] Installation failed ! PleaseHelp!

2001-08-17 Thread Angie Tollerson
Elias, I spoke with the original developer for the windows version of php, Shane Caraveo. He told me and many others at the PHP conference last month that his #1 objective for php in the upcoming months is to build a stable version of the isapi module for windows. So it may be sooner than you

[PHP-WIN] Re: [PHP] Re: [PHP-WIN] Installation failed ! Please Help!

2001-08-17 Thread Elias Santiago
Me too, I've never had any problems with PHP running it with or without the %s %s. I guess that IIS 3 required that, but IIS 4./5 not necessarily require it (a useful bug??). Nevertheless, it work without them anyways. I only wish that the PHP ISAPI module is FINALLY made stable (production qua

Re: [PHP-WIN] Image Functions

2001-08-17 Thread Angie Tollerson
Augusto, You simply need to download the windows 32binary package of php from www.php.net 's download page. Unpack it in a php folder and follow the install.txt directions for implementing on your windows computer. When you are all setup, make sure you remove the ; (uncomment) from the line i

FW: [PHP-WIN] Re: [PHP] Re: [PHP-WIN] Installation failed !Please Help!

2001-08-17 Thread Angie Tollerson
Jim, I'm trying to figure out what in the world you are doing differently than me that you are getting any failures without the %s %s ? I have been running php for 9 months now, and having at one point 10 extensions turned on including added ones not from the php.net package, and I have never

php-windows Digest 17 Aug 2001 10:58:32 -0000 Issue 707

2001-08-17 Thread php-windows-digest-help
php-windows Digest 17 Aug 2001 10:58:32 - Issue 707 Topics (messages 8914 through 8917): Re: Retrieving "text" > 4K SQL Server 7.0 8914 by: Elman Cheng 8915 by: Elman Cheng Re: [PHP] Re: [PHP-WIN] Installation failed ! Please Help! 8916 by: Phil Driscoll Image Func

[PHP-WIN] Image Functions

2001-08-17 Thread Augusto Cesar Castoldi
Hi. i'm using the last version of GD (supports JPEG and PNG) on Solaris 8 unix, but I need to use this functions on Windows. How can I do that? regards, Augusto _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.c

[PHP-WIN] Re: [PHP] Re: [PHP-WIN] Installation failed ! Please Help!

2001-08-17 Thread Phil Driscoll
On Thursday 16 August 2001 7:35 pm, Elias Santiago wrote: > I believe that IIS passes the script name to php.exe with the first %s. I > think IIS replaces the first %s with the script name. From the second > article, I suppose that if the %s is changed to %S, the name passed to > php.exe would be