Forgive me if you've already addressed this, I'm trying to post some
variable to a php sript and they just arn't registering if i use the code
below it get's the variable and it's contents

 <?

 echo "Values submitted via POST method:<br>";
 reset ($HTTP_POST_VARS);
 while (list ($key, $val) = each ($HTTP_POST_VARS)) {
    echo "$key => $val<br>";
 }

 ?>

but if I call the variable directly

<? echo $renaldo; ?> it prints nothing, should I go ahead and take apache
2.* off my box or if the fix easy.



--
--
Regards
Renaldo De Silva
Web Developer
868 628 0979
http://webberz.com
Internet and Networking Specialists

-----------------------------------------------------
Confidentiality Note: This e-mail, and any attachment to it, contains
privileged and confidential information intended only for the use of the
individual (s) or entity named on the e-mail. If the reader of this e-mail
is not the intended recipient, or the employee or agent responsible for
delivering it to the intended recipient, you are hereby notified that
reading it is strictly prohibited. If you have received this e-mail in
error, please immediately return it to the sender and delete it from your
system. Thank you.

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

Reply via email to