18.07.2014, 00:37
try to start it out from 0, just to be sure.
edit:
your problem also might be the unique and auto-increment inside the mysql itself.
Код:
for(new project=0; project<GetCreatedProjects()+1; project++) { for(new i=0; i<GetCreatedObjects(project)+1; i++) {
your problem also might be the unique and auto-increment inside the mysql itself.