Hi
I'm new to PHP, what does the error "undefine variable" mean? I tried a code snippet installed on my apache 1.3 on a NT 4 workstation with php 4 installed. I keep getting this error when I point my browser to a php index page.
Thanks
hue
Hmm.. it means that the variable/class you are using is not defined. You may be missing a snippet of code somewhere. Do you have an example you can show?
I got the same error when I try to transfert the code on a window server... It's working very well on Linux ....