RE: [PHP-WIN] php3 + Apache + Windows 2000 Pro

2002-03-22 Thread Robin Bolton
Robert, This list tends to be English oriented, you may have a hard time getting a response if you post in French. If you can speak English well enough to rephrase your question, I would suggest that, otherwise you may have better luck somewhere else. -Original Message- From: Robert Nad

RE: [PHP-WIN] .php3 extension

2002-03-09 Thread alain samoun
Control Panel/ Administrative Tools/ Internet Services Manager/ Default Web Site/ Properties Then under home directory click configuration. Add the php3 extension with pointer to php4isapi.dll . A+ Alain Under filters I have one called php, with a pointer to php4isapi.dll. I'm not sure if this i

Re: [PHP-WIN] .php3 extension not being executed!

2001-10-23 Thread Todd Williamsen
p3 to whatever file extension you want to be recognised and > treated as php files. (personally I use .php) Make sure that php4ts.dll is > copied to your winnt/system32 folder as well. > > We all learnt once. :) > > Ross > > > > -Original Message- > From: Todd

RE: [PHP-WIN] .php3 extension not being executed!

2001-10-23 Thread Ross Fleming
all learnt once. :) Ross -Original Message- From: Todd Williamsen [mailto:[EMAIL PROTECTED]] Sent: 23 October 2001 20:16 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] .php3 extension not being executed! Ross, Thanks... but which file is that? I am trying to ween myself off of MS stuff, so be pati

Re: [PHP-WIN] .php3 extension not being executed!

2001-10-23 Thread Todd Williamsen
Ross, Thanks... but which file is that? I am trying to ween myself off of MS stuff, so be patient with me "Ross Fleming" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > What do you mean? If you mean that index.php3 is just spewing out the raw > source code t

RE: [PHP-WIN] .php3 extension not being executed!

2001-10-23 Thread Ross Fleming
What do you mean? If you mean that index.php3 is just spewing out the raw source code then it's because you don't have ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php3 Action application/x-httpd-php "/php/php.exe" in your apache conf file. Ross -Original Messa

Re: [PHP-WIN] PHP3 vs PHP4

2001-08-05 Thread Warwick Chapman (Budgee)
Howdy I would say, beside the extra features and modules, the main differences between PHP3 and PHP4 are speed and native session support. With PHP3 you have to use something like PHPLIB to provide session handling, while with PHP4, these features are built in. If you upload PHP4 (usually .p

RE: [PHP-WIN] PHP3 with mySQL

2001-05-17 Thread Ignatius Teo
I think you've answered your question. Perhaps this might help you decide... Does the new provider run PHP (version?) and MySQL on their NT box? Ignatius Teo Project Manager, Internet Access Services Information Technology Directorate Southern Cross University PO Box 157, Lismore NSW 2480 Emai

Re: [PHP-WIN] Php3

2001-04-19 Thread Frank M. Kromann
not need to restart the server after these changes. - Frank > You add it in the php.ini file. Look for the AddType section and add php3 to > the end of the line.. > > rwj > - Original Message - > From: "Manesh" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECT

Re: [PHP-WIN] Php3

2001-04-19 Thread rjones
You add it in the php.ini file. Look for the AddType section and add php3 to the end of the line.. rwj - Original Message - From: "Manesh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 7:23 AM Subject: RE: [PHP-WIN] Php3 > where do

RE: [PHP-WIN] Php3

2001-04-19 Thread Manesh
where do i add that. I am IIS5 (i think, i have win2k) -Original Message- From: rjones [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 11:42 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Php3 Manesh, Are you trying to run php version 3 or scripts with a php3 extension? If

Re: [PHP-WIN] Php3

2001-04-18 Thread rjones
Manesh, Are you trying to run php version 3 or scripts with a php3 extension? If the latter you need to add php3 to your AddType application/x-httpd-php .phtml .php rwj - Original Message - From: "Manesh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 9:33 PM

Re: [PHP-WIN] php3 var question

2001-03-15 Thread Phillip Bow
Is there any particular reason you don't just use an array for this? -- phill ""Mize, Robert"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > If I have a set of variables named say: > $var_1 > $var_2 > $var_3 > > and I want to use a for loop to do something wi