RE: [PHP] How to question.

2003-05-30 Thread Wim Paulussen
Dear Ryan, 2 possible scenarios I use : a. store the values in variables that you transfer back and forth using 'hidden' input b. store the values in variables that you register in the session you opened (fyi all my php files start with session_start regardless whether I use it or not). Wim

RE: [PHP] How to question.

2003-05-30 Thread Sichta Daniel
Hi, You can build some class which will hold some data and then you just need to sets all class variables and register instance of this class to the session variable. DS -Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 11:37 AM To: [EMAIL PROTECTED]

RE: [PHP] How to question...

2002-03-05 Thread Cal Evans
No. Wrapping in PHP or any other scripting language won't hide the HTML from the user. For the browser to render it, you HAVE to send the HTML to the browser. =C= * * Cal Evans * Journeyman Programmer * Techno-Mage * http://www.calevans.com * -Original Message- From: jas