quote:
Originally posted by L. Coyote
For the "row title" to work, shouldn't it be "fetch_assoc" and not "fetch_array"?
No, that won't matter... both functions return associative indices. The difference is that fetch_assoc()
only returns associative indices, while fetch_array() can return numeric indices as well.
quote:
Originally posted by Nathan
well it should be finding a row in the db where a certian id matches the id its deleting.
But it doesnt seem to be working.
So the query isn't matching any rows? The relevant code hasn't even been posted here, so it would take a psychic to figure out what the problem is...