Re: [PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Arindam Haldar
:) .. ok thanx ...got what u mean now :) Jim Thome wrote: If you finished the previous install (make, make install), and completed the addition of the php module to the apache binary, you will have the PHP support. Arindam Haldar <[EMAIL PROTECTED]> 11/14/02 11:26AM >>> hi all, thanx

Re: [PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Jim Thome
If you finished the previous install (make, make install), and completed the addition of the php module to the apache binary, you will have the PHP support. >>> Arindam Haldar <[EMAIL PROTECTED]> 11/14/02 11:26AM >>> hi all, thanx for your help.. i want to know if i build php without the " -

Fwd: [PHP-INST] Problem With Form Data

2002-11-14 Thread CSParker1
I'm cured...  Some how my php.ini got messed up...  Thanks for everyones help! --- Begin Message --- Could this be a PHP setting I need to modify? When I fill out a form I built on one of my servers it doesn't see the submitted data. When I use the same form on another server it works fine. Ha

Re: [PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Arindam Haldar
hi all, thanx for your help.. i want to know if i build php without the " --with-apache=X " & recompile, still there will be support for php in apache ?? im sorry for this silly Question but am putting hands on php & apache for the first time... thanx in advance.. A.H Jim Thome wrote: Yo

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread Jeffrey_N_Dyke
if you are running PHP higher then 4.1 you need to use the superglobals $_GET, $_POST, $_SESSION etc Jeff CSParker1@aol.

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread Jorge Reteguin
Maybe you would have to enable globals in php.ini But I would really recomend you not to do it. Instead, you should use $HTTP_POST_VARS['yourPostVariable'] and $HTTP_GET_VARS['yourGetVariable'] in your scripts! I hope this solves your problem. :) > Could this be a PHP setting I need to modif

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread CSParker1
In a message dated 11/14/2002 1:04:13 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > Very likely related to register globals. > > How are you parsing your queries? Using $_REQUEST['query'] or anything? > > R > > On Friday, November 15, 2002, at 04:57 AM, [EMAIL PROTECTED] wrote: > > >

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread Marco Tabini
It's probably a register_globals - related issue. Try using the superglobals ($_POST, $_GET, $_REQUEST) instead and it should work on both. Marco -- php|architect - The magazine for PHP Professionals The first monthly worldwide magazine dedicated to PHP programmers Come visit us at

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread xfesty
Very likely related to register globals. How are you parsing your queries? Using $_REQUEST['query'] or anything? R On Friday, November 15, 2002, at 04:57 AM, [EMAIL PROTECTED] wrote: Could this be a PHP setting I need to modify? When I fill out a form I built on one of my servers it doesn't

[PHP-INST] Problem With Form Data

2002-11-14 Thread CSParker1
Could this be a PHP setting I need to modify? When I fill out a form I built on one of my servers it doesn't see the submitted data. When I use the same form on another server it works fine. Has anyone seen this type of behavior before? thanks for the help.

[PHP-INST] Cobalt XTR - Query string completely ignored

2002-11-14 Thread xfesty
Having some wierd, wierd problems with my Cobalt XTR. PHP 4.1.2's installed on it (from Sun). I've never, ever been able to get $_REQUEST['query']; type stuff working on it, it always results with it being blank - no matter what I set Magic Quotes/Register globals to. No idea why, but its sud

php-install Digest 14 Nov 2002 15:06:17 -0000 Issue 1119

2002-11-14 Thread php-install-digest-help
php-install Digest 14 Nov 2002 15:06:17 - Issue 1119 Topics (messages 9129 through 9133): MD5, DES Win32 w/Apache 2 9129 by: Robert W. Kramer III 9130 by: Rasmus Lerdorf test 9131 by: vyt problem iwith build php42s3 with apache13s27 9132 by: Arindam Haldar

Re: [PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Jim Thome
You compiled it as part of the Apache binary. Remove the switch "--with-apache=/usr/local/src/apache_1.3.27" and recompile. This will create the PHP binary. Yes it is possible (in most cases) to develop the same scripts for both shell and web, just keep in mind that the environment variables

[PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Arindam Haldar
hi all im installing php for the first time the version i downloaded php 4.2.3 & apache 1.3.27.. i followed te steps as written & am sucessful in compiling php too but when i c the bin directory i cant find any php binary..the bin library shows these files installed [root@myRH root]# ls /usr

[PHP-INST] test

2002-11-14 Thread vyt
test -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php