[PHP-INST] Windows 2000 Install on certain servers fails

2002-09-07 Thread RC
I have a plain vanilla Win 2000 server which is low utilization, production. I installed 4.2.3 on it. I get a message like "a missig OCX caused the installer to fail. I have the php.ini file where it is supposed to be and the phpinfo function returns nothing. What would you suggest I do?

[PHP-INST] Installing PHP as a module of Apache 1.3

2002-09-07 Thread Jimmy Chau
"http://www.php.net/manual/en/print/faq.build.php#faq.build.Apache"; says: Compile PHP by first running ./configure --with-apache=//apache-1.3 (substitute for the actual path to your apache-1.3 directory. does this mean the directory of the PHP source, future binary, or the data for the web p

[PHP-INST] Stupid problem: cannot send variables!

2002-09-07 Thread Elias Lovén Larsson
I am experiencing major problems with sending variables from forms to PHP scripts. Newbie error perhaps, but I have never ever witnessed anything like this before with PHP! I am running Apache 1.3.23 with PHP 4.2.3 (SAPI) on Windows XP. The URL and the code: http://corner.no-ip.com/me/profile

[PHP-INST] RE: [PHP-WIN] Stupid problem: cannot send variables!

2002-09-07 Thread Rich Gray
Either switch on register_globals in php.ini (security implications however) or use echo $_GET['field'] instead of echo $field. HTH Rich -Original Message- From: Elias Lovén Larsson [mailto:[EMAIL PROTECTED]] Sent: 07 September 2002 11:32 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject:

[PHP-INST] Install Problems (win2000, PNP4.2.3)

2002-09-07 Thread John J. Fausto
On the subject installation I followed the instructions for installing but I still can get php scripts to execute. Using IE 6.0 I execute http:\\machine name I get the information in the default htm but do not get the php code interpreted. Any help will be appreciated. Thank you,

RE: [PHP-INST] Stupid problem: cannot send variables!

2002-09-07 Thread Sebastian Wolfgarten
Hello Elias, see www.php.net or php.ini -> register_globals. Will these questions ever stop? Bye, Sebastian -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-install Digest 7 Sep 2002 15:07:22 -0000 Issue 1012

2002-09-07 Thread php-install-digest-help
php-install Digest 7 Sep 2002 15:07:22 - Issue 1012 Topics (messages 8355 through 8359): Unable to load Midgard.so 8355 by: Lawonna Daves FreeBSD make PHP dies - pls help. 8356 by: Steve Jones Problems Installing Sybase 12.5 with PHP 4.2.3 8357 by: Christopher Schr

[PHP-INST] Re: windows-apache2

2002-09-07 Thread thedohman
Thank you Erik, I'm aware that there are security risks. Nonetheless, I am trying to set up the module on Win98SE. Both the AddModule and AddType lines are in httpd.conf, as per the distributed documentation. - Original Message - From: "Erik" <[EMAIL PROTECTED]> To: "Thedohman" <[EMAIL P