Date: Mon, 29 Jul 2002 13:42:45 -0700 From: Edwin Culp <eculp@encontacto.net> To: Paulo Fragoso <paulo@nlink.com.br> Cc: "freebsd-isp@freebsd.org" <freebsd-isp@freebsd.org> Subject: Re: PHP 4.2.2 Message-ID: <1027975365.3d45a8c5c9099@Mail.EnContacto.Net> In-Reply-To: <20020729172307.J74766-100000@mirage.nlink.com.br> References: <20020729172307.J74766-100000@mirage.nlink.com.br>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Paulo Fragoso <paulo@nlink.com.br>: | 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: Why not just stick a phpinfo(); in there and you should see any changes in the variables. ed | | <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 -- ------------------------------------------------------------- http://worldinternet.org - Mergence of Business and Technology 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?1027975365.3d45a8c5c9099>