Re: php-db globals turned off

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mignon Hunter wrote:
So it will be easier to use in my script on this page, where I'm creating several query strings with the data.

I understand it's easier to type $email vs. $_POST['email'] at first, but not once you get used to it. Both are variables that can be used in the same exact way, one just has some more typing.


All my opinion, of course, but it only serves to make your code more complex. If you only have 20 lines of code, then this isn't a big deal. However, if you have 1000s of lines of code and you're pulling everything out of $_POST into individual variables and using them all over the code, then how are people supposed to keep track of where everything is coming from? Not to mention, how would anyone else know if $email came from the user? is it safe to print? to put in a query? to put in an email? etc...

If you're the only one writing the code, then maybe this isn't a big deal. But hopefully you won't always be the only one writing the code.

--
---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux