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
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
> 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.
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
>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
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
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
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
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:
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://
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
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]
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
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
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
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 - 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
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
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
19 matches
Mail list logo