Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2002 17:34:04 -0300 (BRT)
From:      Paulo Fragoso <paulo@nlink.com.br>
To:        freebsd-isp@freebsd.org
Subject:   PHP 4.2.2
Message-ID:  <20020729172307.J74766-100000@mirage.nlink.com.br>

next in thread | raw e-mail | index | archive | help
Hi,

I've upgrade my ports by cvsup and I've installed mod_php4-4.2.2. After
that I've got a big problem, all pages which get values for variables from
html pages using GET method don't work.

Example:

http://www.foo.com/teste.php?id=1

where teste.php is:

<HTML>
<HEAD>
<title>
</title>
</HEAD>

<?php

echo 'ID: '.$id.'<br><br>';

?>

</HTML>


Now $id is always empty.

Is there any change here?

Thanks,
Paulo.

-- 
   __O
 _-\<,_     Why drive when you can bike?
(_)/ (_)



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020729172307.J74766-100000>