Re: [PHP] mysql_connect noob question
[email protected] (Jim Giner)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
> > Why are you allowing anyone to connect to your database from a form? > > Cheers, > > tedd > > _____________________ > [email protected] > http://sperling.com > A little OT, but... What do you mean by this question? How do you check someone's credentials if not by connecting to a db to verify the login? Cause I'm doing the same kind of thing all over the place. With good practices on validation and such before doing my query of course.