that tag is working fine and shows me the info. For some reason php will take input values only from the URL, not from the html code. any ideas?


From: André Cerqueira <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [PHP] [Q]PHP not taking input values from forms
Date: Wed, 11 Feb 2004 23:56:37 -0300

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

time() is only echo'ed if $_POST['submit'] is something on this case
maybe he has a really old version of php...
$HTP_POST_VARS...?

do what Richard Davey is saying, <?=phpinfo()?> on the top

Richard Davey wrote:

Hello Dan,

Wednesday, February 11, 2004, 6:39:35 PM, you wrote:

DA> they're being tested on a testing machine we use. I know PHP is (rather
DA> appears to be) working fine. Why would it be parsing files fine and calling
DA> phpinfo() fine, but not being able to take input values. that's strange....


echo time() isn't an input value.

If it can't even do that then it's not surprising it can't handle
$_POST values either, there is something else at play here and it's
not your code.

Stick "echo phpinfo()" at the top of your form code - does it work?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAKutoaxdA/5C8vH8RAo1WAJ9MZMtBAvXcJDizOVXblxp1DlCqSgCeNDdm
rmE+jBIlMe4Hb6qaIUObCiQ=
=NvxC
-----END PGP SIGNATURE-----

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


_________________________________________________________________
Plan your next US getaway to one of the super destinations here. http://special.msn.com/local/hotdestinations.armx


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to