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
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
> 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,
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
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
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
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
$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
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
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_
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
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
12 matches
Mail list logo