30.07.2016, 19:12
Quote:
A query (referring to INSERT) can fail for multiple reasons (duplicate, column that does not exist, column count does not match value count etc.) but the function will return success either way as long as the connection handle is valid.
As for the grave accent character is not mandatory and reduces the size of the query if not used. |
In this case, he handles factions with a custom ID, not relying on MySQL database (primary keys). So i don't think so there is going to be any problem as soon as he handles it right.