jmueller0823 wrote:Number of rows deleted: 0
hmm... what about INSERT and UPDATE statements? Can you even select anything from the database table?
At this point, everything points to a user error: you must be interpreting something incorrectly. If that is not the case, and if djjjozsi's hunch is not correct, then I am afraid that I have no idea what else to try, so you will have to wait for a database guru to come and take a look.
Incidentally, what version of PHP and MySQL are you using?
jmueller0823 wrote:I have no idea what that is
Newer database extensions that provide more features than the legacy MySQL extension, especially prepared statements.
jmueller0823 wrote:Would that be (something like) this in the header?
That is the document type definition and html start tag. The character encoding would be specified in a meta tag like the one on this page:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
More importantly in your case, it is affected by the actual encoding of the file itself. Some editors/IDEs allow you to easily check this, e.g., by presenting possible encodings in a menu and highlighting the current encoding selection.