RE: Variable names, colum names

2003-12-17 Thread Chris
Well, I keep my internal script variables identical to the relevant MySQL variable , with the exception of putting the type identifier in front of the script variable (s for string, i for int, etc...) I do the exact opposite of form data in trying not to have a form variable with the same name as

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 seems