RE: [PHP] windows 2000 install

2001-04-12 Thread Paul Grant

The php4win site (http://www.php4win.de/) is a good source of information on
PHP running on Windows.
Ok I know you said that you can't use  Apache but if the specter of Notes
changes your mind, PHP Triad (http://www.phpgeek.com/) is a great way to get
PHP, MySQL and Apache up and running quickly.
Paul

> -Original Message-
> From: Deborah Dennison [SMTP:[EMAIL PROTECTED]]
> Sent: 11 April 2001 21:55
> To:   [EMAIL PROTECTED]
> Subject:  [PHP] windows 2000 install
> 
> Desperate and frustrated new php peep here. Trying to install php4 on
> windows 2000 using IIS5. I have tried EVERYTHING. Last thing I tried was
> the easyinstaller from the phpeverywhere people. No luck. Everytime I try
> a
> test, I get a blank page???
> 
> Take pity on me please!!! If I cannot get this to work I have to use
> Lotus Domino (yuck) and I am signed up to take a class but have to have
> php
> installed first. I already bought the book. I want to use this. I like
> this. But cannot get past the installation. Am I a lost cause already???
> 
> Is there anyone out there who has been in my shoes and worked this all
> out?
> Can someone give me a list of what to check etc.. Everytime I try to
> install. I follow the directions and nothing seems to work. I have been to
> the php.net site and no luck with those instructions either. And no, I
> cannot use Apache so please don't even mention it.
> 
> The sad thing is I had installed Apache and php4 on Windows NT in about a
> 1/2 hour. Ran my phpinfo test and it worked. Then, my system config
> changed
> and now under 2000/IIs I cannot get it to work. Help me please...
> 
> Thanks So much
> Deb
> 
> P.S. I have tried sending this to the windows php list and it keeps
> getting
> returned so I thought I would try here
> 
> 
> -- 
> 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]


The information contained in this e-mail is confidential, 
may be privileged and is intended only for the use of the 
recipient named above. If you are not the intended 
recipient or a representative of the intended recipient, 
you have received this e-mail in error and must not copy, 
use or disclose the contents of this email to anybody 
else. If you have received this e-mail in error, please 
notify the sender immediately by return e-mail and 
permanently delete the copy you received. This email has 
been swept for computer viruses. However, you should 
carry out your own virus checks. 


Registered in Ireland, No. 205721. http://www.FINEOS.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] PHP and cookies and/or headers

2001-02-16 Thread Paul Grant

Jeremy,
I think there might be a JavaScript solution rather than a PHP solution to
your problem.
Depending on which link, either www.english.com or www.francais.com, the
users click from www.mainurl.com  you can set a cookie with JavaScript.
Of course this cookie will 'remember' the user's initial language choice not
the language of the page they finished on, but if the users don't swapping
over and back between languages this shouldn't be a problem.
Also as JavaScript is a client-side scripting language, which can be
switched off, it is not 100% reliable but then neither are cookies!
Paul Grant

> -Original Message-
> From: Jeremy Gillies [SMTP:[EMAIL PROTECTED]]
> Sent: 15 February 2001 21:54
> To:   '[EMAIL PROTECTED]'
> Subject:  [PHP] PHP and cookies and/or headers
> 
> Greetings,
> 
> Is anyone REALLY familiar with PHP and cookies and/or headers-- I have a
> tough nut to crack and it involves three URLs.
> 
> Here is the situation, and I really want to avoid using our DB if I can.
> 
> I have a main URL that everyone will probably hit - splash page.
> www.mainurl.com
> 
> From there, users go into either the french or english version of the site
> with two unique URLs...
> 
> www.english.com
> www.francais.com
> 
> I want it so that if users go back to the splash page, it will pick up
> their
> language preference (french or english) and send them to the index page of
> either www.english.com or www.francais.com -- depending upon the last
> argument set when they were last at the site. So, if they ended on an
> english page, they would start at the english index page, but if the
> finished on a french page, they would start on the french index page.
> 
> The problem with cookies is the fixed URL from which they can be read.
> Obviously www.mainurl.com cannot read a cookie set by www.francais.com --
> so
> how can I over come this.
> 
> I suppose I could do it via IP stored in a DB, but even then there is a
> problem as people who hide behind one IP -- say a large business -- 
> would be stuck using each others' preferences depending upon who used the
> site last.
> 
> I also do not want the user to have to type in a code word so that the
> IP is tagged with a special identifier. I suppose I could use a random
> number generated from a time stamp... but I really want to avoid using a
> DB!
> -- mostly for speed and bloat of page size reasons.
> 
> Thanks in advance!
> Jeremy
> 
> -- 
> 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]


The information contained in this e-mail is confidential, 
may be privileged and is intended only for the use of the 
recipient named above. If you are not the intended 
recipient or a representative of the intended recipient, 
you have received this e-mail in error and must not copy, 
use or disclose the contents of this email to anybody 
else. If you have received this e-mail in error, please 
notify the sender immediately by return e-mail and 
permanently delete the copy you received. This email has 
been swept for computer viruses. However, you should 
carry out your own virus checks. 


Registered in Ireland, No. 205721. http://www.FINEOS.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] PHP Triad

2001-01-29 Thread Paul Grant

"PHPTriad for Windows installs a PHP server environment on Windows
platforms. The basic installer installs PHP, MySQL, Apache and PHPMyAdmin.
The most recent version of PHPTriad is 1.4 and was released at the end of
December, 2000."
http://www.phpgeek.com/phptriad.php


> -Original Message-
> From: [ rswfire ] [SMTP:[EMAIL PROTECTED]]
> Sent: 27 January 2001 19:57
> To:   [EMAIL PROTECTED]
> Subject:  [PHP] PHP Triad
> 
> What is PHP Triad?  How can I learn more about it??
> 
> 


***
This email and any files transmitted with it are confidential and 
are solely for the use of the individual or organisation to whom 
they are addressed. If you have received this mail in error please 
notify the system administrator at +353 1 6399700 or by email to
[EMAIL PROTECTED]

This email message has been swept for computer viruses.

Managed Solutions Corporation,
Enterprise Customer Relationship Management, Workflow and Contract
Administration.

Tel: 353 1 639 9700
Fax: 353 1 639 9701

Don't forget to visit our website at http://www.managed-solutions.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]