10312006 GMT-6

Rob, I use a include script for that db details.
Im not sure what you mean on your second question but, when person
accesses your page and the script is called, a single username and
password is used no matter if its one or 1000 people signing up. I
havent done it any other way at least. 
I always have a piece of code to check if a username or email address is
already in the db. If its a email address, this is an easy process of
they just lost or forgot their password. If its a username then they
need to check it out to make sure no one else is using it. 

wade


> 
> 1. Is there a way to do this without needing to hard code DB login 
> details into the source?
> 2. Is it better practice to create individual DB users for new members 
> when they register and use DB authentication, or should the DB 
> connections all be through a single user and use code to check a table 
> containing user name and password hash?
> 3. Is there a way to create a connection pool in PHP?
> 
> Thanks,
> Rob
> 
> 
> 
> 
> 
> Community email addresses:
>   Post message: [email protected]
>   Subscribe:    [EMAIL PROTECTED]
>   Unsubscribe:  [EMAIL PROTECTED]
>   List owner:   [EMAIL PROTECTED]
> 
> Shortcut URL to this page:
>   http://groups.yahoo.com/group/php-list 
> Yahoo! Groups Links
> 
> 
> 


Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/php-list/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to