Hi
You people know the with statement in Javascript, right?
with (object) { statements; }
Is there an equivalent in PHP? It'd sure come in handy.
i just know the function "foreach()":
foreach ($arr as $value) { echo "Value: $value<br>\n"; }
hth
I think it simply doesn't exist !
I'm beginning to think the same thing since I spent all morning searching.
Thanks for your replies. 🙂