I'm trying to learn PHP, and I'm having a strange problem with my local
install on SuSE 9.0. I have a script here:
Here, it works fine. When I try to run the same script on my local machine,
however, I always get "0". I tried a little debug code, and none of the
form values carry over into the variables. This happens with other scripts
as well. Scripts with output only (no form variables) work fine. Why would
this be happening?
Chris
chris casey at ev1 dot net
install on SuSE 9.0. I have a script here:
Here, it works fine. When I try to run the same script on my local machine,
however, I always get "0". I tried a little debug code, and none of the
form values carry over into the variables. This happens with other scripts
as well. Scripts with output only (no form variables) work fine. Why would
this be happening?
Chris
chris casey at ev1 dot net
Comment