php-windows Digest 15 Jun 2002 01:54:10 -0000 Issue 1192

2002-06-14 Thread php-windows-digest-help
php-windows Digest 15 Jun 2002 01:54:10 - Issue 1192 Topics (messages 14217 through 14224): Re: Server not seeing PHP (Win32) 14217 by: Robin Bouwhuis header and footer in php 14218 by: Alvin Tan 14219 by: Scott Re: COM Problem 14220 by: Scott Carr 'CC' an

[PHP-WIN] Programmer Job Posting: Work From Home

2002-06-14 Thread Demi Vitalis
Intravative Software Corporation, located in Santa Monica California, is seeking qualified individuals to assist in the technical documentation for a new software product that will enter the marketplace in the coming months. We are looking for dedicated individuals with the same passion and e

[PHP-WIN] variable access

2002-06-14 Thread Si Ming
I have register_globals = off and whenever I try to access a variable I MUST use $_SERVER["var"], $_POST["var"], etc... Is there a way to just simply access the variable as $var instead? I don't want to turn on register_globals but I like to have short variable names... Someone has told me that

[PHP-WIN] Re: [PHP] 'CC' and 'BCC' in mail function

2002-06-14 Thread Stuart Dallas
On Friday, June 14, 2002 at 10:01:24 PM, Sridhar Moparthy wrote: > Does any one know how to make mail() function to send mail to 'CC' and 'BCC' > address. I have tried to keep 'CC' and BCC' in header, but it is not > working. Mail function is sending the message to 'To' address but not to > 'CC' a

[PHP-WIN] 'CC' and 'BCC' in mail function

2002-06-14 Thread Sridhar Moparthy
Hi All, Does any one know how to make mail() function to send mail to 'CC' and 'BCC' address. I have tried to keep 'CC' and BCC' in header, but it is not working. Mail function is sending the message to 'To' address but not to 'CC' and 'BCC'. I am using WinNT, IIS and PHP 4.0.6. Here is the par

Re: [PHP-WIN] COM Problem

2002-06-14 Thread Scott Carr
Fixed... Found that the COM object had a form it used for some proecessing and it did not Unload the form before exiting. -- Scott Carr OpenOffice.org Whiteboard-Doc Maintainer http://whiteboard.openoffice.org/doc/ Quoting Scott Carr <[EMAIL PROTECTED]>: > I have a VB ActiveX DLL that I am tr

Re: [PHP-WIN] header and footer in php

2002-06-14 Thread Scott
On Fri, 14 Jun 2002, Alvin Tan wrote: > how do i insert/add header and footer html/php? i mean > inserting a different file (i.e. header.html). > > Alvin Tan > > __ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http:/

[PHP-WIN] header and footer in php

2002-06-14 Thread Alvin Tan
how do i insert/add header and footer html/php? i mean inserting a different file (i.e. header.html). Alvin Tan __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- PHP Windows Mailing List (http:/

Re: [PHP-WIN] Server not seeing PHP (Win32)

2002-06-14 Thread Robin Bouwhuis
I have not tried to get this to run on a 98 system. but I found that the install.txt file was not that helpful and I found more information about the install here. http://www.php.net/manual/en/faq.installation.php I am doing the same thing as you I develop off line on a XP machine running IIS a

php-windows Digest 14 Jun 2002 10:40:44 -0000 Issue 1191

2002-06-14 Thread php-windows-digest-help
php-windows Digest 14 Jun 2002 10:40:44 - Issue 1191 Topics (messages 14208 through 14216): Re: Extracting data from a URL using PHP 14208 by: Scott Pier Re: PHP 4.2.1. on PWS... 14209 by: Steve Yates Re: Ming experience anyone? 14210 by: Allan Kent can't set my

Re: [PHP-WIN] SSL Support for PHP....

2002-06-14 Thread Stuart Dallas
On Friday, June 14, 2002, 11:07:24 AM, Brian McGarvie wrote: > Basically then there is no real reason for Apache over IIS on win2k server? Not now Apache 2 is here. Apache 1.x has always been considered by the Apache group as beta code and therefore not suitable for use in a production environmen

RE: [PHP-WIN] SSL Support for PHP....

2002-06-14 Thread Brian McGarvie
Basically then there is no real reason for Apache over IIS on win2k server? I am the admin of the Webservers, but the overall network manager would like to keep it MS-centric just because all the rest is. With our leased line we aqquired 16 ips, so in the IIS config I would just use that IP an

Re: [PHP-WIN] SSL Support for PHP....

2002-06-14 Thread Stuart Dallas
On Friday, June 14, 2002, 9:13:59 AM, Brian McGarvie wrote: > How does IIS fair against Apache with servring multiple sites? each site will be >like... http://customername.ourdomain.co.uk Both are capable of serving multiple sites without any issues that I am aware of. > Also - more an IIS/Apac

[PHP-WIN] RE: [PHP] SSL Support for PHP....

2002-06-14 Thread Brian McGarvie
Also... IF Apache... what version? > -Original Message- > From: Brian McGarvie > Sent: 14 June 2002 9:14 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP] SSL Support for PHP > > > Right... > > Back to the old bombshell of which webserver... > > I have'nt seen any re

[PHP-WIN] SSL Support for PHP....

2002-06-14 Thread Brian McGarvie
Right... Back to the old bombshell of which webserver... I have'nt seen any reports which say what is better... Here is my issue: The webserver I am setting up will potentially host 4 or 5 sites... How does IIS fair against Apache with servring multiple sites? each site will be like... http:

[PHP-WIN] can't set my cookie

2002-06-14 Thread Alfredo T. Rigor
greetings, i am having problem setting my cookie locally. i am using win98se with pws. somehow my script worked when i upload it to the server but it just won't work locally. i tried asking around but no one seems to know the answer. does it have to do with certain settings or configuration. i de