12.01.2019, 05:11
(
Последний раз редактировалось DarkMythHunter; 12.01.2019 в 05:55.
)
So I have a tables name "Storage_tents" with columns "tentID, OwnerID, OwnerName, etc.."
I wanted to make something that will check into the database if the user already own like 5 storage tents, then if they do own, they can't make anymore else.
I want to add it somewhere here, so when a user tries to save a tent, the query will check if he already own 5, then if he does, it'll not let him save it. Thanks who ever helps me +rep.
I wanted to make something that will check into the database if the user already own like 5 storage tents, then if they do own, they can't make anymore else.
PHP код:
removed