Source code.
On Fri, February 3, 2006 12:43 am, suresh kumar wrote:
> hi,
>In my project i assigned name of the text field as
> 'loginform'.but i got error msg like 'Undefined
> variable'
> then i changed the name as 'hiddenfield' but same
> error.any one having idea reply me.
>
>
>
suresh kumar wrote:
hi,
In my project i assigned name of the text field as
'loginform'.but i got error msg like 'Undefined
variable'
then i changed the name as 'hiddenfield' but same
error.any one having idea reply me.
POST the code so we can see exactly whats going on...
--
PHP General
> But AFAIK (and see ;)), variables in PHP
> in fact are never private, but always
> public, at least within the current script.
This is correct, all functions and variables inside a class are public.
There are no protected nor private func's / var's.
> So what would be the sense in having
> t
HI,
as far as i know private vars should be available in the next release of
the zend engine, thus, using get and set functions is a good practice to be
sure that your apps will still function in future php releases.
Regrads.
___
Hassan El Forkan
4 matches
Mail list logo