Re: [PHP] Register_globals question

2003-03-18 Thread Mike Tuller
Well, I know it has something to do with register_globals, because it only starts working when I turn register_globals on. If it is off, the script doesn't work. Here is the php file that calls to the class. It doesn't seem to have anything that is global, but as I said before, I am not very fa

Re: [PHP] Register_globals question

2003-03-18 Thread CPT John W. Holmes
> I found a class that allows you to have a multiple page listing, where > it displays a certain number of items, and then you click on the next > page to show the next results. I found that it needs to have > register_globals turned on. I am learning, and would like to have > someone look at the c

[PHP] Register_globals question

2003-03-18 Thread Mike Tuller
I found a class that allows you to have a multiple page listing, where it displays a certain number of items, and then you click on the next page to show the next results. I found that it needs to have register_globals turned on. I am learning, and would like to have someone look at the class t