Re: [PHP] PHP MySQL Insert Statements
[email protected] ("Jan G.B.")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
2010/3/12 Martine Osias <[email protected]> > Hi, > > My insert statements on this web page don't execute. The select statements > do work. This tells me that the database connection is working. The username > and password are the administrator's. What else could prevent the insert > statements from executing? > > The assigned permissions to that account. Using MySQL, you can define *who* is allowed to do *what*. (i.e. SELECT, INSERT, GRANT) (or syntax errors in your insert statements, like others said before.) Regards