Re: [PHP] scramble the code-sneaky solution

2001-04-05 Thread Mark Maggelet
On Thu, 05 Apr 2001 10:11:20 -0700, Lindsay Adams ([EMAIL PROTECTED]) wrote: >If you don't want to rewrite any of your existing code, consider the >behavior of frames. >If you make a frameset with a 0 height for the top frame, and then >use the >bottom frame for everything, then the URL in the loc

Re: [PHP] scramble the code -sneaky solution (redux)

2001-04-05 Thread Clayton Dukes
://www.gdd.net - Original Message - From: "Steve Werby" <[EMAIL PROTECTED]> To: "Lindsay Adams" <[EMAIL PROTECTED]>; "PHP" <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 1:21 PM Subject: Re: [PHP] scramble the code -sneaky solution (redu

Re: [PHP] scramble the code -sneaky solution (redux)

2001-04-05 Thread Steve Werby
"Lindsay Adams" <[EMAIL PROTECTED]> wrote: > This was the easiest way for me to do it, in PHP3. PHP3 was all that I could > get installed on a Qube2 at the time of install. > > I am working on getting 4.04pl1 on my Qube2, but, the hidden frame trick is > still quite handy ;) I have 4.03 installed

Re: [PHP] scramble the code -sneaky solution (redux)

2001-04-05 Thread Lindsay Adams
By the way, I use the hidden frame solution, when I want to pass a bunch of info in an tag, without building a bunch of different forms on the page. This was the easiest way for me to do it, in PHP3. PHP3 was all that I could get installed on a Qube2 at the time of install. I am working on gett

Re: [PHP] scramble the code-sneaky solution

2001-04-05 Thread Lindsay Adams
If you don't want to rewrite any of your existing code, consider the behavior of frames. If you make a frameset with a 0 height for the top frame, and then use the bottom frame for everything, then the URL in the location/address bar in the browser will not ever change. This only requires that yo