Re: [PHP] php3 / php4 vars - Submitted form doesn't work

2002-05-29 Thread Nicolas Costes
OTECTED]> > Cc: "PHP ((E-mail))" <[EMAIL PROTECTED]> > Sent: Wednesday, May 29, 2002 10:32 AM > Subject: Re: [PHP] php3 / php4 vars - Submitted form doesn't work > > > Le Mercredi 29 Mai 2002 16:15, vous avez écrit : > > > Not really. You still p

Re: [PHP] php3 / php4 vars - Submitted form doesn't work

2002-05-29 Thread Nicolas Costes
Le Mercredi 29 Mai 2002 17:00, Philip Olson a écrit : > > So my question is : Are there differences between > > PHP3 and PHP4, in the manner of passing variables to > > a script ??? > > Sort of. There are many factors for using data from > outside of PHP, such as forms. For example, let's > assu

Re: [PHP] php3 / php4 vars - Submitted form doesn't work

2002-05-29 Thread Philip Olson
> So my question is : Are there differences between > PHP3 and PHP4, in the manner of passing variables to > a script ??? Sort of. There are many factors for using data from outside of PHP, such as forms. For example, let's assume: Within test.php will be our information,

Re: [PHP] php3 / php4 vars - Submitted form doesn't work

2002-05-29 Thread 1LT John W. Holmes
MAIL PROTECTED]> Cc: "PHP ((E-mail))" <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 10:32 AM Subject: Re: [PHP] php3 / php4 vars - Submitted form doesn't work > Le Mercredi 29 Mai 2002 16:15, vous avez écrit : > > Not really. You still pass variables through GET, PO

Re: [PHP] php3 / php4 vars - Submitted form doesn't work

2002-05-29 Thread Nicolas Costes
Le Mercredi 29 Mai 2002 16:15, vous avez écrit : > Not really. You still pass variables through GET, POST, or COOKIE data. How > you access the value is different based on your configuration and the PHP > version. It's different for different versions of PHP4, too. Do you have a > specific questio

Re: [PHP] php3 / php4 vars - Submitted form doesn't work

2002-05-29 Thread 1LT John W. Holmes
ssage - From: "Nicolas Costes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 9:23 AM Subject: [PHP] php3 / php4 vars - Submitted form doesn't work > > Er, ... Well, that mail seemed too long :-) > > So my question is : Are

[PHP] php3 / php4 vars - Submitted form doesn't work

2002-05-29 Thread Nicolas Costes
Er, ... Well, that mail seemed too long :-) So my question is : Are there differences between PHP3 and PHP4, in the manner of passing variables to a script ??? Thanx for your help ... -- ( °> Nicolas Costes //\\ IUT de La Roche / Yon / \/ ) [EMAIL PROTECTED] `-<< http://luxregina.fre

[PHP] php3/php4 difference

2002-02-22 Thread toni baker
$numresult=mysql_query($sql) or die( "4 QUERY ERR $sql"); echo "numresult = $numresult"; $numrows=mysql_num_rows($numresult); mysql_free_result($numresult); echo "You have selected " .$numrows ." record(s)."; When I run the script above on php4 windows I get the following result: numr

[PHP] php3 -> php4

2001-07-31 Thread Liviu POPESCU
I have a lot of php scripts developed with php3. I've installed php4 and I get some warnings when I evaluate variables there are not set (are empty). In php3 there was no problem (no warning). If I modify the code by using empty($var) or isset($var) it's ok, but there are lots of such issues. How

Re: [PHP] PHP3 & PHP4 in apache?

2001-04-16 Thread Brian Clark
Hi Matthew, @ 6:24:49 PM on 4/16/2001, Matthew Mueller wrote: > Can anyone tell me if it is possible to statically build php3 and > php4 modules into an apache binary? I tried, but kept getting all > these errors from ld about multiply-defined functions such as: > ld: fatal: symbol `second_arg_

[PHP] PHP3 & PHP4 in apache?

2001-04-16 Thread Matthew Mueller
Hi, Can anyone tell me if it is possible to statically build php3 and php4 modules into an apache binary? I tried, but kept getting all these errors from ld about multiply-defined functions such as: ld: fatal: symbol `second_arg_allow_ref' is multiply-defined: (file modu

[PHP] php3 & php4

2001-03-30 Thread Brooks, Ken
Is there any reason why I shouldn't run php3 and php4 on the same server? I have php3 using .php3 files and php4 using .php .phtml and .php4 files. Thanks, Ken -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR