RE: [PHP-WIN] phpinfo.php works on W2K with IE6 but not XP

2002-01-12 Thread alain samoun
Also, forgot to tell you: Windows 2000 uses c:\winnt (for php.ini) and c:\winnt\system32 (for php4ts.dll) When Windows XP uses c:\windows and c:\windows\system32 A+ Alain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 12, 2002 12:44 PM To: [

RE: [PHP-WIN] phpinfo.php works on W2K with IE6 but not XP

2002-01-12 Thread alain samoun
What about the php.ini? Is it the same in the two boxes? (Assuming that you have the same php version too...). Note that people have installed PHP in XP without problems. A+ Alain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 12, 2002 12:44

Re: [PHP-WIN] New PHP

2002-01-12 Thread Pac mon
First of all there's no reason to be using and ODBC Driver. You can access mysql directly through PHP. So you can access mysql through the mysql set of functions in the php documentation at: http://www.php.net/manual/en/ref.mysql.php Secondly you can learn how to make the querys in question at

Fw: [PHP-WIN] PHP2EXE?

2002-01-12 Thread Brian Higgins
I'll give their demo a whirl - thank you! > - Original Message - > From: "alain samoun" <[EMAIL PROTECTED]> > To: "Brian Higgins" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Friday, January 11, 2002 8:05 PM > Subject: RE: [PHP-WIN] PHP2EXE? > > > > You can try: > > http://www.tri

[PHP-WIN] phpinfo.php works on W2K with IE6 but not XP

2002-01-12 Thread jsholberg
My configuration is WindowsXP, Apache 1.3.12, and MySQL. I am just getting started with learning PHP and am trying to run a short demo that displays PHP information in my IE6 browser. PHP is executed using the following line in a file called phpinfor.php: The file is located in the Apache do

php-windows Digest 12 Jan 2002 20:35:20 -0000 Issue 949

2002-01-12 Thread php-windows-digest-help
php-windows Digest 12 Jan 2002 20:35:20 - Issue 949 Topics (messages 11402 through 11404): Re: syntax, 3 or 4? 11402 by: Rasmus Lerdorf 11403 by: Piotr Pluciennik New PHP 11404 by: Burrito Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED

[PHP-WIN] New PHP

2002-01-12 Thread Burrito
I'm thinking of making the conversion from Cold Fusion. I am NOT a programmer and so Cold Fusion has been very easy for me to use. However due to cost and a few other factors, I"m thinking PHP might be a good switch. Some the deciding factors will be its ease of use and how good these forums are

Re: [PHP-WIN] syntax, 3 or 4?

2002-01-12 Thread Piotr Pluciennik
I've never used PHP3, but think that problem is probably because mysql module is built-in in PHP4 and in PHP3 - it's not and is not enabled by default. So you should activate extension supporting mysql in PHP3 config. Maybe it will help. Greetings Piotr PS: Let me know if it has helped you. P