On Sun, 18 Jul 2004 05:44:21 -0400 Jason Barnett <[EMAIL PROTECTED]>
wrote:
> If you're trying to protect your login credentials, you could create a
> class for performing mysql actions.  Then put the credentials into
> private/protected members or constants.

How does that protect them? Ultimately, the credentials are still plain text
in the source. Nothing you do from PHP's point of view will protect them from
someone who has access to the source or can inject code into yours.


-- 
Skippy - Romanian Web Developers - http://ROWD.ORG

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

Reply via email to