[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fwd: Stupid (?) question #42] -- THE ANSWER
For those of you who don't already know this, the "joe.php" script I sent
out earlier just needed to use:
echo $_POST["charlie"];
instead of:
echo $charlie;
(Of course, the above code requires the "fred.html" script to change its
method to "POST", as several folks suggested).
That's because of a change in the default settings of Apache in recent
releases of either Apache or the way Red Hat configures it. (Which one
doesn't matter ... bottom line: it changed). The way I was doing it
relied on something that is considered to be "bad." 8-)
So... all is well. Thanks for all your help. You guys rock.
Charlie
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.