Re: [PHP-INST] PHP on Apache on WinXP

2003-03-20 Thread Wade
I can view both HTML and ASP files. I have tried placing the php4ts.dll and php4apache.dll files in the c:\windows\system32 folders and have received the same results. Wade "Beverly Steiner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Can you view a plain HTML file? Perhaps

php-install Digest 21 Mar 2003 01:25:09 -0000 Issue 1298

2003-03-20 Thread php-install-digest-help
php-install Digest 21 Mar 2003 01:25:09 - Issue 1298 Topics (messages 10368 through 10377): PHP not working 10368 by: EbayerLOL.aol.com Problems with instalation 10369 by: Ale¹ Tumpach PHP on Apache on WinXP 10370 by: Wade 10377 by: Beverly Steiner php and

RE: [PHP-INST] PHP on Apache on WinXP

2003-03-20 Thread Beverly Steiner
Can you view a plain HTML file? Perhaps it's not working because php4ts.dll and php4apache.dll should be in the c:\Windows\system32 folder. -- Beverly Steiner [EMAIL PROTECTED] -Original Message- From: Wade [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 11

RE: [PHP-INST] php and forms

2003-03-20 Thread Stembridge, Michael
Create a document in your html root directory called info.php. Make it contain the following (no html is needed here, just the three lines below) : Now access this file in a browswer and look at the top for Configuration File Path. That will be where php is expecting to see the php.ini file.

RE: [PHP-INST] php and forms

2003-03-20 Thread Stembridge, Michael
register_globals is set in php.ini. You'll need to restart apache in order for the changes to take effect. (fyi... register_globals is not affected by ini_set().) Michael > -Original Message- > From: b b [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 20, 2003 4:14 PM > To: [EMAIL PR

Re: [PHP-INST] php and forms

2003-03-20 Thread Stephen
Its not in the Apache config file, its in the php.ini file normally found in your windows directory - Original Message - From: "b b" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 9:13 PM Subject: Re: [PHP-INST] php and forms > > You are right Tiago. When I d

Re: [PHP-INST] php and forms

2003-03-20 Thread b b
You are right Tiago. When I did the _POST ... it finally saw it. So where do I find and set register_globals. In the Apache config files? --- "Tiago N. Sampaio" <[EMAIL PROTECTED]> wrote: > Whats´s your php version? > > In newer versions of php, register_globals is off > by default, or you

Re: [PHP-INST] php and forms

2003-03-20 Thread Tiago N. Sampaio
Whats´s your php version? In newer versions of php, register_globals is off by default, or you enable it on php.ini or you use $_GET["Variable_name"] in your case $_GET["TestVar"] (This can be $_POST["VAR"]) Ok... test this and say the result... Thanks... PS: Sorry my poor english... Hugs Ti

[PHP-INST] php and forms

2003-03-20 Thread b b
Hi, This could be a silly mistake or it could be a sign of configuratin problems. Simply put, my submitted form variables are not reaching the recieving end: A form: A recieving file testForm.php: testVar is : %s", $testVar); ?> When entering value like testte

[PHP-INST] PHP on Apache on WinXP

2003-03-20 Thread Wade
Okay, I wrote in the other day and so far have not solved my problem, so here is some more info. I installed Apache 1.3 with PHP 4.3 on my Windows XP system. Apache is installed in the default C:\Program Files\Apache Group\Apache directory. PHP is installed to C:\PHP. My root folder for my web f

[PHP-INST] Problems with instalation

2003-03-20 Thread Aleš Tumpach
Dear madames and sirs, I have problem with a php interpreter on my computer, running on Windows 98, using Personal web server for testing and developing purposes, I have PHP 4.3. 1 Everytime i try to access to a php file I get a "Security Alert" - the PHP cannot be accessed directly. I found

[PHP-INST] PHP not working

2003-03-20 Thread EbayerLOL
I am running a red hat 8.0 system with Apache 2.0. PHP doesnt seem to be operating. I checked the config files and the httpd. conf files reads: :### Section 1: Global Environment :. :. :# :# Load config files from the config directory "/etc/httpd/conf.d". :# :Include conf.d/*.conf :. :.. :and in

php-install Digest 20 Mar 2003 12:13:55 -0000 Issue 1297

2003-03-20 Thread php-install-digest-help
php-install Digest 20 Mar 2003 12:13:55 - Issue 1297 Topics (messages 10360 through 10367): Install problem 10360 by: Frédéric Lhoest Re: GD - JPEG install question. 10361 by: heilo need a patch for php-4.2.2 using openssl-0.9.7a 10362 by: Bernhard Suttner PHP on A

[PHP-INST] PHP with IMAP on SuSE/Linux

2003-03-20 Thread Andreas
Hello, i have configured php with --with-imap and get the error that i should use --with-imap-ssl. so i've done that und the compiling has finished... now the mod_imap is shown in phpinfo(); but, funktions like imap_open() don't work, so php does not work right. what can i do? thanks Andreas