RE: [PHP] PWS PHP

2001-02-16 Thread B Satish , Gurgaon




Dear sir

i am working on windows NT PC and i want to run PHP programs on that
and i have Personal Web server in my Pc.
to run PHP Applications what should i need to download?
some sort of PHP compiler or intepreter to compile and execute.
can you please suggest me the name of that and the url's .


Thanks in advace
 This has been extensively covered in a step by step process in the PHP
 Manual Installation Chapter
 
 http://www.php.net/manual/en/install.iis.php
 
 follow the steps and you will have php working just fine with PWS
 
 best regards
 
 Ankur Verma
 HCL Technologies
 A1CD, Sec -16
 Noida, UP
 India
 
 
 - Original Message -
 From: "kaab kaoutar" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Thursday, February 15, 2001 5:00 PM
 Subject: [PHP] PWS  PHP
 
 
 
  Hi!
  How can i make my web server PWS parse html file into PHP? cause it
 shows
  nothing when i include php in an html file.However it works when i put
 it
 in
  a php file !
  Thanks
 
 
 _
  Get Your Private, Free E-mail from MSN Hotmail at
 http://www.hotmail.com.
 
 
  --
  PHP General 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]
 
 
 -- 
 PHP General 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]

-- 
PHP General 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]




Re: [PHP] PWS PHP

2001-02-16 Thread TV Karthick Kumar

Hi

First you have to down the NT version of php from php.net and also
configure it and make it work. Then if you want any database to be working
with it, then you should also download mysql from mysql.com and start the
server and try to connect to mysql from php. Then you are done and you can
thereafter go ahead with your programming.

Also look at tutorials and mail archives at:
hotwired.com
devshed.com
mysql.com
php.net
phpbuilder.com
marc.theaimsgroup.com
webmonkey.com
zdnet.com
and many more..

Hope this helps.

~ Karthick

- Original Message -
From: B Satish , Gurgaon [EMAIL PROTECTED]
To: Ankur Verma [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, February 16, 2001 12:52 PM
Subject: RE: [PHP] PWS  PHP





 Dear sir

 i am working on windows NT PC and i want to run PHP programs on that
 and i have Personal Web server in my Pc.
 to run PHP Applications what should i need to download?
 some sort of PHP compiler or intepreter to compile and execute.
 can you please suggest me the name of that and the url's .


 Thanks in advace
  This has been extensively covered in a step by step process in the PHP
  Manual Installation Chapter
 
  http://www.php.net/manual/en/install.iis.php
 
  follow the steps and you will have php working just fine with PWS
 
  best regards
 
  Ankur Verma
  HCL Technologies
  A1CD, Sec -16
  Noida, UP
  India
 
 
  - Original Message -
  From: "kaab kaoutar" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Thursday, February 15, 2001 5:00 PM
  Subject: [PHP] PWS  PHP
 
 
  
   Hi!
   How can i make my web server PWS parse html file into PHP? cause it
  shows
   nothing when i include php in an html file.However it works when i put
  it
  in
   a php file !
   Thanks
  
  
 
_
   Get Your Private, Free E-mail from MSN Hotmail at
  http://www.hotmail.com.
  
  
   --
   PHP General 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]
 
 
  --
  PHP General 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]

 --
 PHP General 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]




-- 
PHP General 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]




[PHP] PWS PHP

2001-02-15 Thread kaab kaoutar


Hi!
How can i make my web server PWS parse html file into PHP? cause it shows 
nothing when i include php in an html file.However it works when i put it in 
a php file !
Thanks

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-- 
PHP General 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]




Re: [PHP] PWS PHP

2001-02-15 Thread Phil Driscoll

How can i make my web server PWS parse html file into PHP? cause it shows
nothing when i include php in an html file.However it works when i put it
in
a php file !

You need to edit your registry (using regedit or a .reg file based on the
one shown here).

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Scrip
t Map]
".html"="[PUT PATH HERE]\\php.exe"

The registry entry will be the same as the .php one you already have, but
will be called .html

Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org


-- 
PHP General 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]




Re: [PHP] PWS PHP

2001-02-15 Thread Ankur Verma

This has been extensively covered in a step by step process in the PHP
Manual Installation Chapter

http://www.php.net/manual/en/install.iis.php

follow the steps and you will have php working just fine with PWS

best regards

Ankur Verma
HCL Technologies
A1CD, Sec -16
Noida, UP
India


- Original Message -
From: "kaab kaoutar" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, February 15, 2001 5:00 PM
Subject: [PHP] PWS  PHP



 Hi!
 How can i make my web server PWS parse html file into PHP? cause it shows
 nothing when i include php in an html file.However it works when i put it
in
 a php file !
 Thanks

 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


 --
 PHP General 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]


-- 
PHP General 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]




Re: [PHP] PWS PHP

2001-02-15 Thread kaab kaoutar


Hi!
please help me !
i have tried to do what is that url concerning html file but i've found that 
there is already a key called htmlfile where the default is filled with 
Microsoft HTML Document 5.0 and the shell-open-command with
"C\PROGRA~1\Plus!\MICROS~1\iexplorer.exe" -nohome
i get rid of them and put instead them PHP Script and
c:\php\php.exe -q %1
but it does not work and above all now i can't open any html file  from the 
server i get :
Erreur HTTP 403
403.1 Forbidden - Execute Access Forbidden

Cette erreur peut être engendrée si vous tentez d'exécuter une application 
CGI, ISAPI ou un autre programme exécutable à partir d'un répertoire qui 
n'autorise pas l'exécution de programmes.

Veuillez contacter l'administrateur du serveur Web si le problème persiste.

i tried to restore but i still can't open html files !
pleaase help
thanks

From: "Ankur Verma" [EMAIL PROTECTED]
Reply-To: "Ankur Verma" [EMAIL PROTECTED]
To: "kaab kaoutar" [EMAIL PROTECTED], [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [PHP] PWS  PHP
Date: Thu, 15 Feb 2001 17:42:53 +0530

This has been extensively covered in a step by step process in the PHP
Manual Installation Chapter

http://www.php.net/manual/en/install.iis.php

follow the steps and you will have php working just fine with PWS

best regards

Ankur Verma
HCL Technologies
A1CD, Sec -16
Noida, UP
India


- Original Message -
From: "kaab kaoutar" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, February 15, 2001 5:00 PM
Subject: [PHP] PWS  PHP


 
  Hi!
  How can i make my web server PWS parse html file into PHP? cause it 
shows
  nothing when i include php in an html file.However it works when i put 
it
in
  a php file !
  Thanks
 
  
_
  Get Your Private, Free E-mail from MSN Hotmail at 
http://www.hotmail.com.
 
 
  --
  PHP General 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]


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-- 
PHP General 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]




Re: [PHP] PWS PHP

2001-02-15 Thread Phil Driscoll

I think that the registry key you are playing with here just sets what
happens when a file is opened (e.g. by double clicking on it). It should
have no effect on how PWS deals with the file. You should restore that to
it's original setting.

When you have had .php files working, I assume that you were accessing them
as something like http://localhost/myfile.php

With the PWS scriptmap key set for .html, are you saying that accessing a
file  http://localhost/myfile.html just returns you the unparsed raw php
stored in myfile.html

Cheers

--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org



-- 
PHP General 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]




Re: [PHP] PWS PHP

2001-02-15 Thread Phil Driscoll

First Thanks !
well yes when i call http://localhost/myfile.html
it skips the php syntaxes it shows wht is only in the html tags!

Can you check that a view source shows all your php code.

What OS are you running - 9x or NT WS?

Cheers
-- 
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org


-- 
PHP General 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]




Re: [PHP] PWS PHP Thanks

2001-02-15 Thread kaab kaoutar

Thanks a lot guys for ur help!


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-- 
PHP General 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]