[PHP] Re: Global Vars

2002-09-18 Thread David Eggler
In article 004b01c25f36$961fbbd0$6200a8c0@squitta, [EMAIL PROTECTED] (Sascha Braun) wrote: But how can i make definitions like form action=test.php?action=update method=post Those variables can be accesd via the global $_POST['varname'] working without usage of hidden fields. Or links

[PHP] class Problem

2002-09-17 Thread David Eggler
I create a Instance fo the Class MenueItem in Menue. I change the value of one of its variables. But when i call the function within MenueItem there seems not to be a value: The intresting thing is it works with Other variables, even i cant echo them, they have a value Thanks for help