-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Monday, June 24, 2002 7:47 PM
To: Cosby, Christopher; [EMAIL PROTECTED]
Subject: Re: [PHP-DB] what the heck? (elementary question)

> I will regularly use large "echo" style statements to generate HTML,
especially <SELECT> tags and result tables.

Oops...I forgot some key phraseology here.  IN MY OPINION, it's cleaner and
easier to read if you
don't use "echo" style statements to generate HTML, especially if it's tags
where you have to do \"\"\"\" everywhere.
It's just annoying (again, IMHO *8-]) to have to escape quotes and such
(additionally, if you use an editor that
does syntax highlighting, it looks purtier).

>> As far as the POST/GET question, you technically can use POST and GET 
>> methods simultaneously, but it's nasty.  For best results, stay away 
>> from the register_globals functionality and use $HTTP_POST_VARS[] and 
>> $HTTP_GET_VARS[] instead.

> Both of which are deprecated.  =(  _GET _POST are the new ones.

Good to know.  Hard to break old habits. 

Thanks for the additional info.

chris


     - - - - - - -  Appended by Scientific-Atlanta, Inc.  - - - - - - -  
This e-mail and any attachments may contain information which is confidential, 
proprietary, privileged or otherwise protected by law. The information is solely 
intended for the named addressee (or a person responsible for delivering it to the 
addressee). If you are not the intended recipient of this message, you are not 
authorized to read, print, retain, copy or disseminate this message or any part of it. 
If you have received this e-mail in error, please notify the sender immediately by 
return e-mail and delete it from your computer. 

Reply via email to