Re: [PHP] Re: Finding out how a variable was registered

2002-06-05 Thread Miguel Cruz
On Wed, 5 Jun 2002, John Taylor-Johnston wrote: > If you change your header to pragma-nocache, he should not be able > to see the source to know what elements he needs for a . There are plenty of browsers (lynx being the obvious example) that will let you see the source regardless of any headers

RE: [PHP] Re: Finding out how a variable was registered

2002-06-05 Thread Dan Vande More
It may not work for you but this seems to work for us: -Original Message- From: Scott Hurring [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 4:18 PM To: Php-General (E-mail) Subject: RE: [PHP] Re: Finding out how a variable was registered If you want to stop most people

RE: [PHP] Re: Finding out how a variable was registered

2002-06-05 Thread Scott Hurring
-Original Message- > From: John Taylor-Johnston [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 05, 2002 5:24 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: Finding out how a variable was registered > > > If you change your header to pragma-nocache, he should not be abl

[PHP] Re: Finding out how a variable was registered

2002-06-05 Thread John Taylor-Johnston
If you change your header to pragma-nocache, he should not be able to see the source to know what elements he needs for a . Or you could also use a session to hide the variables? Joe Pemberton wrote: > Is there a function call to figure out how a variable was registered? I am writing >a page t

[PHP] Re: Finding out how a variable was registered

2002-06-05 Thread Michael Davey
Iff you asre using the latest version of PHP, use the $_GET/$_POST superglobals regards, Mikey "Joe Pemberton" <[EMAIL PROTECTED]> wrote in message 000f01c20cc1$1df6f320$9b6ee60c@c1195782a">news:000f01c20cc1$1df6f320$9b6ee60c@c1195782a... Is there a function call to figure out how a variable wa