[PHP-INST] Notice: Use of undefined constant celfar - assumed 'celfar' in D:\...\calc.php on line 20

2003-02-17 Thread rancor
Hi, I just installed PHP 4.3.1 on a Windows 2000 Server with IIS 5 I got this kind of messages all the time independent of what code i'm running --- Notice: Use of undefined constant celfar - assumed 'celfar' in D:\..\calc.php on line 20 --- I have installed the same package on a Windows XP Pro

[PHP-INST] problem with getting the pspell working

2003-02-17 Thread Pawel J. Maczewski
Hi all, I have apache 1.3.22 on a RH Linux 7.1 box. Installed PHP 4.3.0 with pspell support. I have 2 disctionaries installed: english and polish (dictionaries are from gnu aspell ftp site). But my php script seems not to find the dictionaries... Is there any smart thing I should do for php f

[PHP-INST] values out of form variables, problem solved

2003-02-17 Thread Mihir Dhond
Dear all, My problem of not getting out values out of form variables is solved.. 2 things had to be done: 1) Install the windows service pack 1 because there are some bugs in Windows xp which hampers the php code... 2) The register globals should be on in the php.ini...which I had done without i

[PHP-INST] Problem with Oracle 8

2003-02-17 Thread Frank
Hi, I'm Frank, I have a problem with the extension oci8 PHP, yours known some version from PHP up to 4.0.4 that execute good the extension oci8 in php, to update my php. thank you and blessing. Hola, soy Frank, tengo un problema con la extension oci8 de PHP, ustedes conocen alguna version de p

Re: [PHP-INST] values out of form variables

2003-02-17 Thread Mitch Pirtle
On Fri, 2003-02-14 at 22:52, Mihir Dhond wrote: > > First Name: > Last Name: > > > > code in welcome.php: > > echo( "Welcome to my Website, $firstname $lastname!" ); > ?> Change that to echo "Welcome to my website, " . $_GET['firstname'] . " " . $_GET['lastname'] . "!"; The re

[PHP-INST] Re: Installation problems

2003-02-17 Thread Jonas Geiregat
very simple it's --with-apxs2=/mnt/lfs/userv/apache2/bin/apxs you wrote ../bin/axps On Sun, 16 Feb 2003 15:24:15 +0100 [EMAIL PROTECTED] (Andreas Ekeroot) wrote: > Hallo. I am trying to install PHP 4.3.0 and HTTPD 2.0.44 and MySQL 3.23.55. > > My configuration options for PHP are: > > ./confi

php-install Digest 17 Feb 2003 08:51:09 -0000 Issue 1251

2003-02-17 Thread php-install-digest-help
php-install Digest 17 Feb 2003 08:51:09 - Issue 1251 Topics (messages 10054 through 10055): Installation problems 10054 by: Andreas Ekeroot php4/Apache2/MySQL on Windows XP 10055 by: Ray Pinnegar Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED]

[PHP-INST] php4/Apache2/MySQL on Windows XP

2003-02-17 Thread Ray Pinnegar
Hi folks - hope you can help. I have had a lot of trouble installing php4 on Apache 2.0 with MySQL on a Windows XP system. IIS is not installed. It seems to run now, but it won't pass URL references. e.g. to run a .php doc from the URL Address line: //localhost/myprogram.php?week=1, the week no. is