Now, I'll admit I'm used to Perl, but this gets me. Why oh why does this not work? It's so simple, I'm embarassed even asking about it.It just makes no sense.
I know it's something obvious, so what is it?PHP Code:<?
$q = ":";
function test($x) {
$q .= $x;
}
test("hello");
test("hi");
echo($q);
?>
Owen



It just makes no sense.


Bookmarks