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?

-- 
Best regards,
 Richard                            mailto:[EMAIL PROTECTED]

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

Reply via email to