On Sat 25 Dec 04, 11:19 PM, Mark K. Kim <[EMAIL PROTECTED]> said: > It's because $_POST is an array whereas $var is not. Try this instead: > > echo "<p>Blue. $_POST[elderberries]</p>"; Aha. OK, that makes sense. I was thinking that $_POST is like an array of pointers to strings, but once you dereference it, $_POST['bleah'] becomes a string. But that's not the way to think of it in this language.
Thanks Mark! Pete _______________________________________________ vox-tech mailing list [email protected] http://lists.lugod.org/mailman/listinfo/vox-tech
