php-windows Digest 11 Dec 2001 15:11:39 -0000 Issue 895

Topics (messages 10834 through 10838):

Re: Microsoft Word .doc to HTML
        10834 by: alain samoun

Re: A referer code needed
        10835 by: Brad Thomas

DNS
        10836 by: Mike

Re: Apache+PHP4 in Win95 OS, config. problem
        10837 by: leo g. divinagracia iii

PHP 4.06 + IIS5 + header download
        10838 by: Ryan Marrs

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
I just put a class that can do that at:
http://phpclasses.upperdesign.com/browse.html/package/388
You can also have a look at:
http://www.phpbuilder.com/columns/alain20001003.php3
A+
Alain


-----Original Message-----
From: Ryan Marrs [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 10, 2001 1:41 PM
To: '[EMAIL PROTECTED]'
Subject: [PHP-WIN] Microsoft Word .doc to HTML


I'm not entirely where to begin because I am not a VB Developer in anyway
shape or form, but I know how to use COM Objects with PHP.  I am attempting
to read Word Documents and save them as an HTML.  I've read through a few
messages that have already been brought up on this topic and I am still not
getting it.  Does anyone have any reference code or a link to a tutorial I
could take a look at?

Thanks!

Ryan

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---

"Emad El-Din" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi
> I would like to know the function written to know the URL of the page the
> user's browser was previously on if the user followed a link from that
page
> to my php script (as "referer" in perl script)
> I'm using Apache webserver on win98 OS.
> If any one know the code to be written plz send it to me as soon as
> possible.
>
> Thanks a lot
>
>
>

Hi.
I believe the variable you are looking for is $HTTP_REFERER.

Brad.


--- End Message ---
--- Begin Message ---
This is kinda question relating to PHP and windows. I have setup my site
with IIS 5.0 and PHP. Everything works fine. Now that I have my site ready I
want to know if I have set my DNS zones up correctly. I have specifed the
proper zones as in foreward and reverse, and I want to know if I am ready to
tell the website to point to that DNS server. Have i done everything
correctly?

--
-Mike Taekema
Microsoft Certified Professional
www.fvforces.net



--- End Message ---
--- Begin Message ---
have you tried the two AMP (APACHE, MYSQL and PHP trio) packages available from
http://www.sourceforge.net?

they have an installer for all three...  no mess no fuss...

http://sourceforge.net/projects/foxserv/

and

http://sourceforge.net/projects/phptriad/

both for win32...

i've tried both.  both installs in diff places, but just follow and it will
work.  download both.  on one machine, foxserv wouldnt worl, but php triad
did...

Kanchan Majumder wrote:

> Hi All,
> I had recently tried to configure php4.0.6 as apache(apache1.3.20) module in
> my win95 OS
> machine.
> As per available php & apache documentation I had configured my both
> apache and php. But when I tried to see phpinfo.php script at htdocs
> directory, my browser opens up with a save as window. I had tried with
> different articles, mainly with your's.But all in vain.please help me
> to come out from this situation......
>
>  my configuration of httpd.conf for php4 is as below:-
>     LoadModule php4_module "c:/php/sapi/php4apache.dll"
>
>     DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs"
>        <Directory "C:/Program Files/Apache Group/Apache/htdocs">
>           Options Indexes FollowSymLinks MultiViews
>           AllowOverride Options FileInfo
>           Options +ExecCGI
>           Order allow,deny
>           Allow from all
>        </Directory>
> <IfModule mod_dir.c>
>     DirectoryIndex index.html index.htm default.htm index.php
> index.php3
> </IfModule>
>      AddType application/x-httpd-php4 .php .phtml
>      AddType application/x-httpd-php4 .php3
>
> with regards
> Kanchan
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---
I'm attempting to pass a .exe file, using the header call and fpassthru as
shown in the example on the php.net site, and I noticed there is a note that
says this will not work with 4.06 or newer.  I have discovered this, or at
least I think so, and am curious if we have a work around figured out yet.
I've gone through phpbuilder.net as well as php.net and zend.com forums
looking for the workaround, and have found nothing.  All it does is print
the file.  No matter what headers I pass (and I have tried them ALL), and no
matter what I do. 

Any ideas?

Ryan Marrs

--- End Message ---

Reply via email to