RE: Variable names, colum names

2003-12-17 Thread Mike Johnson
From: Paul Fine [mailto:[EMAIL PROTECTED] > Greetings! > > Is it common practice to name script variables/form data in > say PHP to match the appropriate colums in the db tables? > > I can see how this makes sense, however in the little work I > have done I preferred to do the opposite as it s

RE: Variable names, colum names

2003-12-17 Thread Chris
a MySQL variable. The user being able to guess at column names in the database isn't usually a good thing for security reasons. Chris -Original Message- From: Paul Fine [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 8:17 AM To: [EMAIL PROTECTED] Subject: Variable

Variable names, colum names

2003-12-17 Thread Paul Fine
Greetings! Is it common practice to name script variables/form data in say PHP to match the appropriate colums in the db tables? I can see how this makes sense, however in the little work I have done I preferred to do the opposite as it seems to be helpful to keep a distinction. Thanks! -- My